Method: Code::Object::String#code_multiplication

Defined in:
lib/code/object/string.rb

#code_multiplication(other) ⇒ Object



54
55
56
# File 'lib/code/object/string.rb', line 54

def code_multiplication(other)
  String.new(raw * other.raw)
end