class method
self.new
Ruby on Rails 2.6.4
Since v2.4.1 Last seen in v2.14.1Signature
self.new(context, *args)
No documentation comment.
Parameters
-
contextreq -
argsrest
Source
# File lib/jbuilder/jbuilder_template.rb, line 12
def initialize(context, *args)
@context = context
@cached_root = nil
super(*args)
end
Defined in lib/jbuilder/jbuilder_template.rb line 12
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in JbuilderTemplate