module WxExt
Weixin extention, sougou spider and weixin api.
@author FuShengYang
Constants
- BASE_PAY_URL
- VERSION
Public Instance Methods
lib()
click to toggle source
Return the lib path of this gem.
@return [String] Path of the gem's lib.
# File lib/wx_ext.rb, line 24 def lib File.join root, 'lib' end
root()
click to toggle source
Return the root path of this gem.
@return [String] Path of the gem's root.
# File lib/wx_ext.rb, line 17 def root File.dirname __dir__ end
spec()
click to toggle source
Return the spec path of this gem.
@return [String] Path of the gem's spec.
# File lib/wx_ext.rb, line 31 def spec File.join root, 'spec' end