Method: Object#truthy?

Defined in:
lib/strokedb/core_ext/object.rb

#truthy?Boolean

Tricky, tricky! (-:

Returns:

  • (Boolean)


12
13
14
# File 'lib/strokedb/core_ext/object.rb', line 12

def truthy?
  !!self
end