class FalseClass

Public Instance Methods

to_human() click to toggle source
# File lib/core_ext/false_class.rb, line 4
def to_human
  ToHuman::Humanize.new(:false).call
end