This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Dachen
/
shopify_api
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
0a8856fd53
Ramas
Etiquetas
main
shopify_api
/
lib
/
shopify_api
/
countable.rb
countable.rb
119 B
Histórico
Raw
1
2
3
4
5
6
7
module ShopifyAPI
module Countable
def count(options = {})
Integer(get(:count, options))
end
end
end