Class: FalseClass

Inherits:
Object
  • Object
show all
Defined in:
lib/conductor/boolean.rb

Overview

False class

Instance Method Summary collapse

Instance Method Details

#bool?Boolean

If FalseClass, it’s a boolean

Returns:

  • (Boolean)

    always true



22
23
24
# File 'lib/conductor/boolean.rb', line 22

def bool?
  true
end