Method: Ikra::AST::LVarReadNode#clone
- Defined in:
- lib/ast/nodes.rb
#clone ⇒ Object
338 339 340 |
# File 'lib/ast/nodes.rb', line 338 def clone return LVarReadNode.new(identifier: @identifier) end |
338 339 340 |
# File 'lib/ast/nodes.rb', line 338 def clone return LVarReadNode.new(identifier: @identifier) end |