class PowerAssert::Parser::DummyParser

def call_paths

def call_paths
  []
end

def idents

def idents
  []
end

def initialize

def initialize
  super('', nil, nil, TOPLEVEL_BINDING)
end