Sha256: 73a83aa45fb3c650eb1dcaa4f76d5e8b55894ca26a03b9e0800032a69b1cc153

Contents?: true

Size: 168 Bytes

Versions: 28

Compression:

Stored size: 168 Bytes

Contents

# encoding: utf-8
require 'fedux_org_stdlib/core_ext/array/list'

class Hash
  def to_list
    self.map { |key, value| format('%s: %s', key, value) }.to_list
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.6.54 lib/fedux_org_stdlib/core_ext/hash/list.rb
fedux_org-stdlib-0.6.53 lib/fedux_org_stdlib/core_ext/hash/list.rb
fedux_org-stdlib-0.6.52 lib/fedux_org_stdlib/core_ext/hash/list.rb
fedux_org-stdlib-0.6.51 lib/fedux_org_stdlib/core_ext/hash/list.rb
fedux_org-stdlib-0.6.50 lib/fedux_org_stdlib/core_ext/hash/list.rb
fedux_org-stdlib-0.6.48 lib/fedux_org_stdlib/core_ext/hash/list.rb
fedux_org-stdlib-0.6.47 lib/fedux_org_stdlib/core_ext/hash/list.rb
fedux_org-stdlib-0.6.46 lib/fedux_org_stdlib/core_ext/hash/list.rb