Class: YARD::RSpecExamples::ModuleHandler
- Inherits:
-
Handlers::Ruby::Base
- Object
- Handlers::Ruby::Base
- YARD::RSpecExamples::ModuleHandler
- Defined in:
- lib/yard/rspec_examples/module_handler.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
6 7 8 9 10 |
# File 'lib/yard/rspec_examples/module_handler.rb', line 6 def process ParserTrace.stack.push(statement.first) parse_block(statement.last.last) ParserTrace.stack.pop end |