Class: TrueClass

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

Overview

True class

Instance Method Summary collapse

Instance Method Details

#bool?Boolean

If TrueClass, it’s a boolean

Returns:

  • (Boolean)

    always true



10
11
12
# File 'lib/conductor/boolean.rb', line 10

def bool?
  true
end