Method: Fidgit::Selection#each
- Defined in:
- lib/fidgit/selection.rb
#each(&block) ⇒ Object
10 |
# File 'lib/fidgit/selection.rb', line 10 def each(&block); @items.each(&block); end |
10 |
# File 'lib/fidgit/selection.rb', line 10 def each(&block); @items.each(&block); end |