Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/ecpay_payment/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#hashifyObject



2
3
4
# File 'lib/ecpay_payment/core_ext/string.rb', line 2

def hashify
  Hash[self.force_encoding("UTF-8").split("&").map! { |i| i.split("=") }]
end