class Integer

Public Instance Methods

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