Class: DynamicLocals::ASTRewriter::Replacement
- Inherits:
-
Struct
- Object
- Struct
- DynamicLocals::ASTRewriter::Replacement
- Defined in:
- lib/dynamic_locals/ast_rewriter.rb
Instance Attribute Summary collapse
-
#range ⇒ Object
Returns the value of attribute range.
-
#src ⇒ Object
Returns the value of attribute src.
Instance Attribute Details
#range ⇒ Object
Returns the value of attribute range
36 37 38 |
# File 'lib/dynamic_locals/ast_rewriter.rb', line 36 def range @range end |
#src ⇒ Object
Returns the value of attribute src
36 37 38 |
# File 'lib/dynamic_locals/ast_rewriter.rb', line 36 def src @src end |