Method: Configurable::ConfigTypes::ObjectType.matches?
- Defined in:
- lib/configurable/config_types/object_type.rb
.matches?(value) ⇒ Boolean
40 41 42 |
# File 'lib/configurable/config_types/object_type.rb', line 40 def matches?(value) matchers.any? {|matcher| matcher === value } end |