class method
self.new
Ruby on Rails 3.2.22.5
Since v3.0.20Signature
self.new(hash = {}, pattern=nil)
No documentation comment.
Parameters
-
hashopt = {} -
patternopt = nil
Source
# File actionpack/lib/action_view/testing/resolvers.rb, line 11
def initialize(hash = {}, pattern=nil)
super(pattern)
@hash = hash
end
Defined in actionpack/lib/action_view/testing/resolvers.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::FixtureResolver