class FalseClass

Public Instance Methods

to_b() click to toggle source
# File lib/truther.rb, line 53
def to_b
        false
end