class PowerAssert::Parser::DummyParser

Public Class Methods

new() click to toggle source
Calls superclass method PowerAssert::Parser::new
# File power_assert-1.1.7/lib/power_assert/parser.rb, line 236
def initialize
  super('', nil, nil, TOPLEVEL_BINDING)
end

Public Instance Methods

call_paths() click to toggle source
# File power_assert-1.1.7/lib/power_assert/parser.rb, line 244
def call_paths
  []
end
idents() click to toggle source
# File power_assert-1.1.7/lib/power_assert/parser.rb, line 240
def idents
  []
end