Class: Ripper::SexpBuilder

Inherits:
Ripper
  • Object
show all
Defined in:
lib/ripper/sexp.rb

Overview

:nodoc:

Direct Known Subclasses

SexpBuilderPP

Constant Summary

Constants inherited from Ripper

EVENTS, PARSER_EVENTS, SCANNER_EVENTS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Ripper

lex, parse, sexp, sexp_raw, slice, token_match, tokenize

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error.



84
85
86
# File 'lib/ripper/sexp.rb', line 84

def error
  @error
end