Method: Pakyow::Presenter::BindingParts#values
- Defined in:
- lib/pakyow/presenter/binding_parts.rb
#values(view) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
23 24 25 |
# File 'lib/pakyow/presenter/binding_parts.rb', line 23 def values(view) values_for_parts(@parts, view) end |