Method: Numeric#truthy?

Defined in:
lib/epitools/core_ext/truthiness.rb

#truthy?Boolean

Returns:

  • (Boolean)


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

def truthy?; self > 0; end