Method: Code::Object::List#to_s
- Defined in:
- lib/code/object/list.rb
#to_s ⇒ Object
211 212 213 |
# File 'lib/code/object/list.rb', line 211 def to_s "[#{raw.map(&:inspect).join(", ")}]" end |
211 212 213 |
# File 'lib/code/object/list.rb', line 211 def to_s "[#{raw.map(&:inspect).join(", ")}]" end |