Module: Chewy::Type::Crutch::ClassMethods
- Defined in:
- lib/chewy/type/crutch.rb
Instance Method Summary collapse
Instance Method Details
#crutch(name, &block) ⇒ Object
25 26 27 |
# File 'lib/chewy/type/crutch.rb', line 25 def crutch name, &block self._crutches = _crutches.merge(name.to_sym => block) end |