Class: Ripper::SexpBuilder
Overview
:nodoc:
Direct Known Subclasses
Constant Summary
Constants inherited from Ripper
EVENTS, PARSER_EVENTS, SCANNER_EVENTS
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Method Summary
Methods inherited from Ripper
lex, parse, sexp, sexp_raw, slice, token_match, tokenize
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error.
84 85 86 |
# File 'lib/ripper/sexp.rb', line 84 def error @error end |