This website works better with JavaScript
Home
Verkennen
Help
Inloggen
Dachen
/
shopify_api
Volgen
3
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
82ab3c6ec1
Aftakkingen
Labels
main
shopify_api
/
lib
/
shopify_api
/
countable.rb
countable.rb
119 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
module ShopifyAPI
module Countable
def count(options = {})
Integer(get(:count, options))
end
end
end