class NilClass

Public Instance Methods

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