class method
self.new
Ruby on Rails 6.0.6
Since v4.1.16Signature
self.new(name, version, comment, options = {}, commented_out = false)
No documentation comment.
Parameters
-
namereq -
versionreq -
commentreq -
optionsopt = {} -
commented_outopt = false
Source
# File railties/lib/rails/generators/app_base.rb, line 246
def initialize(name, version, comment, options = {}, commented_out = false)
super
end
Defined in railties/lib/rails/generators/app_base.rb line 246
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::AppBase::GemfileEntry