Module: Module::Void
- Defined in:
- lib/composite_type.rb
Overview
Matches nothing.
Instance Method Summary collapse
Instance Method Details
#===(x) ⇒ Object
27 28 29 |
# File 'lib/composite_type.rb', line 27 def === x false end |
Matches nothing.
27 28 29 |
# File 'lib/composite_type.rb', line 27 def === x false end |