Class: Sexp
- Inherits:
-
Object
- Object
- Sexp
- Defined in:
- lib/rewriter.rb,
lib/typed_sexp.rb
Direct Known Subclasses
Constant Summary collapse
- @@array_types =
[ :array, :args ]
Instance Method Summary collapse
-
#array_type? ⇒ Boolean
Returns true if the node_type is
array
orargs
.
Instance Method Details
#array_type? ⇒ Boolean
Returns true if the node_type is array
or args
.
15 |
# File 'lib/typed_sexp.rb', line 15 alias array_type? array_type? |