class method
self.new
Ruby on Rails 3.1.12
Since v3.1.12 Last seen in v3.2.22.5Available in: v3.1.12 v3.2.22.5
Signature
self.new(app)
No documentation comment.
Parameters
-
appreq
Source
# File actionpack/lib/sprockets/bootstrap.rb, line 3
def initialize(app)
@app = app
end
Defined in actionpack/lib/sprockets/bootstrap.rb line 3
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Sprockets::Bootstrap