Method: ActiveScaffold::DataStructures::Actions#each
- Defined in:
- lib/active_scaffold/data_structures/actions.rb
#each ⇒ Object
21 22 23 |
# File 'lib/active_scaffold/data_structures/actions.rb', line 21 def each(&) @set.each(&) end |