class method
self.new
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.2.9Signature
self.new(name, format, finder, options={})
No documentation comment.
Parameters
-
namereq -
formatreq -
finderreq -
optionsopt = {}
Source
# File actionpack/lib/action_view/digestor.rb, line 47
def initialize(name, format, finder, options={})
@name, @format, @finder, @options = name, format, finder, options
end
Defined in actionpack/lib/action_view/digestor.rb line 47
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Digestor