Method: FalseClass#present?

Defined in:
lib/existence/false_class.rb

#present?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/existence/false_class.rb', line 2

def present?
  false
end