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.
236 237 238 |
# File 'lib/power_assert/parser.rb', line 236 def initialize super('', nil, nil, TOPLEVEL_BINDING) end |
Instance Method Details
#call_paths ⇒ Object
244 245 246 |
# File 'lib/power_assert/parser.rb', line 244 def call_paths [] end |
#idents ⇒ Object
240 241 242 |
# File 'lib/power_assert/parser.rb', line 240 def idents [] end |