Sha256: bc8c0a22e3522ff4a8812f3e9ca11d9f54f87d410abfa4b8d65f23ca2ac8078c
Contents?: true
Size: 182 Bytes
Versions: 14
Compression:
Stored size: 182 Bytes
Contents
module Alipay module Mobile module Sign def self.params_to_string(params) params.map { |key, value| %Q(#{key}="#{value}") }.join('&') end end end end
Version data entries
14 entries across 14 versions & 2 rubygems