Module: Rwm::GemfileDsl
- Defined in:
- lib/rwm/gemfile.rb
Instance Method Summary collapse
Instance Method Details
#rwm_lib(name, **opts) ⇒ Object
24 25 26 27 |
# File 'lib/rwm/gemfile.rb', line 24 def rwm_lib(name, **opts) path = File.join(rwm_workspace_root, "libs", name.to_s) gem(name.to_s, **opts, path: path) end |