Class: TrueClass

Inherits:
Object show all
Defined in:
lib/epitools/core_ext/truthiness.rb

Instance Method Summary collapse

Instance Method Details

#truthy?Boolean

Returns:

  • (Boolean)


35
# File 'lib/epitools/core_ext/truthiness.rb', line 35

def truthy?; true; end