Method: Code::Object::String#code_plus
- Defined in:
- lib/code/object/string.rb
#code_plus(other) ⇒ Object
59 60 61 62 |
# File 'lib/code/object/string.rb', line 59 def code_plus(other) code_other = other.to_code String.new(raw + code_other.to_s) end |