Method: ActiveScaffold::DataStructures::Sorting#each
- Defined in:
- lib/active_scaffold/data_structures/sorting.rb
#each ⇒ Object
iterate over the clauses
106 107 108 |
# File 'lib/active_scaffold/data_structures/sorting.rb', line 106 def each @clauses.each { |clause| yield clause } end |