class PowerAssert::Parser::DummyParser
Public Class Methods
new()
click to toggle source
Calls superclass method
PowerAssert::Parser.new
# File lib/power_assert/parser.rb, line 225 def initialize super('', nil, nil, TOPLEVEL_BINDING) end
Public Instance Methods
call_paths()
click to toggle source
# File lib/power_assert/parser.rb, line 233 def call_paths [] end
idents()
click to toggle source
# File lib/power_assert/parser.rb, line 229 def idents [] end