Method: Configurable::ConfigTypes::ObjectType.matches
- Defined in:
- lib/configurable/config_types/object_type.rb
.matches(*matchers) ⇒ Object
35 36 37 38 |
# File 'lib/configurable/config_types/object_type.rb', line 35 def matches(*matchers) @matchers = matchers self end |