Method: Code::Object::List#to_s

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

#to_sObject



211
212
213
# File 'lib/code/object/list.rb', line 211

def to_s
  "[#{raw.map(&:inspect).join(", ")}]"
end