class PowerAssert::Parser::DummyParser

公共类方法

new() 点击以切换源代码
调用超类方法 PowerAssert::Parser::new
# File power_assert-2.0.5/lib/power_assert/parser.rb, line 236
def initialize
  super('', nil, nil, TOPLEVEL_BINDING)
end

公共实例方法

call_paths() 点击以切换源代码
# File power_assert-2.0.5/lib/power_assert/parser.rb, line 244
def call_paths
  []
end
idents() 点击以切换源代码
# File power_assert-2.0.5/lib/power_assert/parser.rb, line 240
def idents
  []
end