Sha256: e27ed0aa4a5331e2f3011c1344d1a8a408bcc63434fd451533d7ed4f02fa5e0a
Contents?: true
Size: 113 Bytes
Versions: 2
Compression:
Stored size: 113 Bytes
Contents
class String def hashify Hash[self.force_encoding("UTF-8").split("&").map! { |i| i.split("=") }] end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ecpay_payment-1.1.2 | lib/ecpay_payment/core_ext/string.rb |
ecpay_invoice-0.1.0 | lib/ecpay_invoice/core_ext/string.rb |