Method: Lore::Query_Shortcuts#each
- Defined in:
- lib/lore/query_shortcuts.rb
#each(&block) ⇒ Object
Wrapper for
Accessor.all.entities.each { |e| ... }
341 342 343 |
# File 'lib/lore/query_shortcuts.rb', line 341 def each(&block) all.entities.each(&block) end |