Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


30
31
32
# File 'lib/sinarey_support/core_ext/object/blank.rb', line 30

def blank?
  false
end

#to_paramObject



14
15
16
# File 'lib/sinarey_support/core_ext/object/to_param.rb', line 14

def to_param
  self
end