Class: PowerAssert::Parser::DummyParser
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Parser
|
|
|
Instance Chain:
self,
Parser
|
|
| Inherits: |
Parser
|
| Defined in: | lib/power_assert/parser.rb |
Class Method Summary
- .new ⇒ DummyParser constructor
Instance Method Summary
Constructor Details
.new ⇒ DummyParser
# 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