Method: BOAST::Index#copy

Defined in:
lib/BOAST/Language/Index.rb

#copy(*args) ⇒ Object



54
55
56
# File 'lib/BOAST/Language/Index.rb', line 54

def copy(*args)
  return to_var.copy(*args)
end