Method: Code::Object::String#code_plus

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

#code_plus(other) ⇒ Object



58
59
60
# File 'lib/code/object/string.rb', line 58

def code_plus(other)
  String.new(raw + other.to_s)
end