Class: DynamicLocals::ASTRewriter::Replacement

Inherits:
Struct
  • Object
show all
Defined in:
lib/dynamic_locals/ast_rewriter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



36
37
38
# File 'lib/dynamic_locals/ast_rewriter.rb', line 36

def range
  @range
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



36
37
38
# File 'lib/dynamic_locals/ast_rewriter.rb', line 36

def src
  @src
end