Module: Avm::ApplicationStereotypes::Base::ByGem::ClassMethods
- Defined in:
- lib/avm/application_stereotypes/base/by_gem.rb
Instance Method Summary collapse
Instance Method Details
#by_gem(gem_name) ⇒ Object
10 11 12 |
# File 'lib/avm/application_stereotypes/base/by_gem.rb', line 10 def by_gem(gem_name) new(gem_name.gsub('-', '/').camelize) end |