Module: AppEntitlementsStatistics::Helper::Sigflat

Included in:
Extracter
Defined in:
lib/cocoapods-entitlements-statistics/app_entitlements_statistics/helper.rb

Instance Method Summary collapse

Instance Method Details

#createsig(body) ⇒ Object



11
12
13
# File 'lib/cocoapods-entitlements-statistics/app_entitlements_statistics/helper.rb', line 11

def createsig(body)
    return Crimp.signature(body)
end