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