class Float

Public Instance Methods

to_b() click to toggle source
# File lib/truther.rb, line 41
def to_b
        self > 0.0
end