Class: PowerAssert::Parser::DummyParser
- Inherits:
-
PowerAssert::Parser
- Object
- PowerAssert::Parser
- PowerAssert::Parser::DummyParser
- Defined in:
- lib/power_assert/parser.rb
Instance Method Summary collapse
- #call_paths ⇒ Object
- #idents ⇒ Object
-
#initialize ⇒ DummyParser
constructor
A new instance of DummyParser.
Constructor Details
#initialize ⇒ DummyParser
224 225 226 |
# File 'lib/power_assert/parser.rb', line 224 def initialize super('', nil, nil, TOPLEVEL_BINDING) end |
Instance Method Details
#call_paths ⇒ Object
232 233 234 |
# File 'lib/power_assert/parser.rb', line 232 def call_paths [] end |
#idents ⇒ Object
228 229 230 |
# File 'lib/power_assert/parser.rb', line 228 def idents [] end |