123456789_123456789_123456789_123456789_123456789_

Class: PowerAssert::Parser::DummyParser

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Parser
Instance Chain:
self, Parser
Inherits: Parser
  • Object
Defined in: lib/power_assert/parser.rb

Class Method Summary

Instance Method Summary

Constructor Details

.newDummyParser

[ GitHub ]

  
# File 'lib/power_assert/parser.rb', line 201

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

Instance Method Details

#call_paths

[ GitHub ]

  
# File 'lib/power_assert/parser.rb', line 209

def call_paths
  []
end

#idents

[ GitHub ]

  
# File 'lib/power_assert/parser.rb', line 205

def idents
  []
end