Class: Gem::Release::Context::Paths::ByGemspecs
- Defined in:
- lib/gem/release/context/paths.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#in_dirs(&block) ⇒ Object
45 46 47 48 49 |
# File 'lib/gem/release/context/paths.rb', line 45 def in_dirs(&block) dirs.each do |dir, name| in_dir(dir) { yield name } end end |