Method: Rails::Generators::AppBase::GemfileEntry.path
- Defined in:
- railties/lib/rails/generators/app_base.rb
.path(name, path, comment = nil) ⇒ Object
438 439 440 |
# File 'railties/lib/rails/generators/app_base.rb', line 438 def self.path(name, path, comment = nil) new(name, nil, comment, path: path) end |