Sha256: 6607a05b94dce29730197655ded45b7da71ef3418cd59e9472b6417522b54d9d

Contents?: true

Size: 104 Bytes

Versions: 57

Compression:

Stored size: 104 Bytes

Contents

# encoding: utf-8
class Array
  def to_list
    self.map { |l| format('"%s"', l) }.join(", ")
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.6.46 lib/fedux_org_stdlib/core_ext/array/list.rb
fedux_org-stdlib-0.6.45 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.44 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.43 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.40 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.39 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.38 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.37 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.34 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.33 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.32 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.31 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.30 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.29 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.28 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.27 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.26 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.25 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.23 lib/fedux_org_stdlib/core_ext/array.rb
fedux_org-stdlib-0.6.22 lib/fedux_org_stdlib/core_ext/array.rb