Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/fedux_org_stdlib/core_ext/array/list.rb
Instance Method Summary collapse
Instance Method Details
#to_list ⇒ Object
3 4 5 |
# File 'lib/fedux_org_stdlib/core_ext/array/list.rb', line 3 def to_list self.map { |l| format('"%s"', l) }.join(", ") end |