Method: Representable::Declarative#representation_wrap=
- Defined in:
- lib/representable/declarative.rb
#representation_wrap=(name) ⇒ Object
3 4 5 6 7 |
# File 'lib/representable/declarative.rb', line 3 def representation_wrap=(name) heritage.record(:representation_wrap=, name) definitions.wrap = name end |