Class: FalseClass

Inherits:
Object show all
Defined in:
lib/happy_support/core_ext/object/blank.rb,
lib/happy_support/core_ext/object/to_param.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/happy_support/core_ext/object/blank.rb', line 24

def blank?
  true
end

#to_paramObject



20
21
22
# File 'lib/happy_support/core_ext/object/to_param.rb', line 20

def to_param
  self
end