Method: Parslet::Parser#to_citrus
- Defined in:
- lib/parslet/export.rb
#to_citrus ⇒ Object
140 141 142 143 |
# File 'lib/parslet/export.rb', line 140 def to_citrus PrettyPrinter.new(Visitors::Citrus). pretty_print(self.class.name, root) end |