Sha256: 38f751abc0bb33c39acc5df627eb5317ddede46c6c7240f3e76e6719197bcd87

Contents?: true

Size: 89 Bytes

Versions: 1

Compression:

Stored size: 89 Bytes

Contents

String.class_eval do
  def **(hash)
    Hashtring::Constructor.new(self, hash)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hashtring-0.0.1 lib/core_ext/string.rb