Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#is_a?(type) ⇒ Boolean

Returns:



12
13
14
# File 'lib/typed_parameter/boolean.rb', line 12

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