Sha256: 132bdae0e1cde802c9bdbcad07408e79bfd468e9655cc98a8c4d2a9c45e4a546

Contents?: true

Size: 117 Bytes

Versions: 20

Compression:

Stored size: 117 Bytes

Contents

class Hash

  # Operator for #reverse_merge.
  #
  # CREDIT: Trans

  def |(other)
    other.merge(self)
  end

end

Version data entries

20 entries across 19 versions & 2 rubygems

Version Path
facets-glimmer-3.2.0 lib/core/facets/hash/op_or.rb
facets-3.1.0 lib/core/facets/hash/op_or.rb
facets-3.0.0 lib/core/facets/hash/op_or.rb
facets-2.9.3 lib/core/facets/hash/op_or.rb
facets-2.9.2 src/core/facets/hash/op_or.rb
facets-2.9.2 lib/core/facets/hash/op_or.rb
facets-2.9.1 lib/core/facets/hash/op_or.rb
facets-2.9.0 lib/core/facets/hash/op_or.rb
facets-2.9.0.pre.2 lib/core/facets/hash/op_or.rb
facets-2.9.0.pre.1 lib/core/facets/hash/op_or.rb
facets-2.8.4 lib/core/facets/hash/op_or.rb
facets-2.8.3 lib/core/facets/hash/op_or.rb
facets-2.8.2 lib/core/facets/hash/op_or.rb
facets-2.8.1 lib/core/facets/hash/op_or.rb
facets-2.8.0 lib/core/facets/hash/op_or.rb
facets-2.7.0 lib/core/facets/hash/op_or.rb
facets-2.6.0 lib/core/facets/hash/op_or.rb
facets-2.5.0 lib/core/facets/hash/op_or.rb
facets-2.5.1 lib/core/facets/hash/op_or.rb
facets-2.5.2 lib/core/facets/hash/op_or.rb