Class: RakeCommander::Options::Set

Inherits:
Object
  • Object
show all
Extended by:
Enumerable
Includes:
RakeCommander::Options
Defined in:
lib/rake-commander/options/set.rb

Class Method Summary collapse

Methods included from RakeCommander::Options

#options, #options_leftovers

Class Method Details

.each(&block) ⇒ Object



9
10
11
12
# File 'lib/rake-commander/options/set.rb', line 9

def each(&block)
  return to_enum(:each) unless block
  options.values.each(&block)
end