class ActionView::FixtureResolver

def initialize(hash = {}, pattern=nil)

def initialize(hash = {}, pattern=nil)
  super(pattern)
  @hash = hash
end