Method: SyntaxTree::Node#to_json
- Defined in:
- lib/syntax_tree/node.rb
#to_json(*opts) ⇒ Object
141 142 143 |
# File 'lib/syntax_tree/node.rb', line 141 def to_json(*opts) accept(JSONVisitor.new).to_json(*opts) end |
141 142 143 |
# File 'lib/syntax_tree/node.rb', line 141 def to_json(*opts) accept(JSONVisitor.new).to_json(*opts) end |