Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#is_a?(type) ⇒ Boolean

Returns:



6
7
8
# File 'lib/typed_parameter/boolean.rb', line 6

def is_a?(type)
  type == Boolean || super(type)
end