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
Returns a new instance of DummyParser.
201 202 203 |
# File 'lib/power_assert/parser.rb', line 201 def initialize super('', nil, nil, TOPLEVEL_BINDING) end |
Instance Method Details
#call_paths ⇒ Object
209 210 211 |
# File 'lib/power_assert/parser.rb', line 209 def call_paths [] end |
#idents ⇒ Object
205 206 207 |
# File 'lib/power_assert/parser.rb', line 205 def idents [] end |