Class: RubyJsonParser::AST::Node

Inherits:
Object
  • Object
show all
Extended by:
T::Helpers, T::Sig
Defined in:
lib/ruby_json_parser/ast.rb

Overview

Abstract class representing an AST node.

Instance Method Summary collapse

Instance Method Details

#inspect(indent = 0) ⇒ Object



25
# File 'lib/ruby_json_parser/ast.rb', line 25

def inspect(indent = 0); end

#to_sObject



21
# File 'lib/ruby_json_parser/ast.rb', line 21

def to_s; end