Module: ValueSemantics::Anything
- Defined in:
- lib/value_semantics.rb
Overview
Validator that matches any and all values
Class Method Summary collapse
Class Method Details
.===(_) ⇒ true
330 331 332 |
# File 'lib/value_semantics.rb', line 330 def self.===(_) true end |