Sha256: 5fd5626b37cb3c4ee31227a84f57c5fe75fc11f90ae1ef46e5dee100228e27a5

Contents?: true

Size: 161 Bytes

Versions: 5

Compression:

Stored size: 161 Bytes

Contents

require 'facets/functor'

class Hash

  # TODO: The name of this method may change.
  #
  def data
    Functor.new() do |op| 
      self[op]
    end
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
facets-2.8.4 lib/core/facets/hash/data.rb
facets-2.8.3 lib/core/facets/hash/data.rb
facets-2.8.2 lib/core/facets/hash/data.rb
facets-2.8.1 lib/core/facets/hash/data.rb
facets-2.8.0 lib/core/facets/hash/data.rb