class NilClass

Public Instance Methods

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