Class: RakeCommander::Options::Set
- Inherits:
-
Object
- Object
- RakeCommander::Options::Set
- Extended by:
- Enumerable
- Includes:
- RakeCommander::Options
- Defined in:
- lib/rake-commander/options/set.rb
Class Method Summary collapse
Methods included from RakeCommander::Options
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 .values.each(&block) end |