class TrueClass

Public Instance Methods

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