Class: PowerAssert::Parser::DummyParser

Inherits:
PowerAssert::Parser
  • Object
show all
Defined in:
lib/power_assert/parser.rb

Instance Method Summary collapse

Constructor Details

#initializeDummyParser



224
225
226
# File 'lib/power_assert/parser.rb', line 224

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

Instance Method Details

#call_pathsObject



232
233
234
# File 'lib/power_assert/parser.rb', line 232

def call_paths
  []
end

#identsObject



228
229
230
# File 'lib/power_assert/parser.rb', line 228

def idents
  []
end