Class: PowerAssert::Parser::DummyParser
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::PowerAssert::Parser
|
|
Instance Chain:
self,
::PowerAssert::Parser
|
|
Inherits: |
PowerAssert::Parser
|
Defined in: | lib/power_assert/parser.rb |
Constant Summary
::PowerAssert::Parser
- Inherited
Class Method Summary
Instance Attribute Summary
::PowerAssert::Parser
- Inherited
Instance Method Summary
::PowerAssert::Parser
- Inherited
#call_paths, #collect_paths, | |
#extract_idents | Returns idents as graph structure. |
#handle_columnless_ident, #idents, #method_id_set, #str_indices, #slice_expression, #valid_syntax? |
Constructor Details
.new ⇒ DummyParser
# File 'lib/power_assert/parser.rb', line 236
def initialize super('', nil, nil, TOPLEVEL_BINDING) end
Instance Method Details
#call_paths
[ GitHub ]# File 'lib/power_assert/parser.rb', line 244
def call_paths [] end
#idents
[ GitHub ]# File 'lib/power_assert/parser.rb', line 240
def idents [] end