This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
Dachen
/
shopify_api
Liatin
3
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
0a8856fd53
Ranting
Tag
main
shopify_api
/
lib
/
shopify_api
/
countable.rb
countable.rb
119 B
Riwayat
Mentahan
1
2
3
4
5
6
7
module ShopifyAPI
module Countable
def count(options = {})
Integer(get(:count, options))
end
end
end