Class: Crown::Twitter::URI
- Inherits:
-
Object
- Object
- Crown::Twitter::URI
- Defined in:
- lib/crown/twitter/uri.rb
Overview
Class Method Summary collapse
-
.count(uri, options = {}) ⇒ Object
———————————————————– # URI.count ———————————————————– #.
Instance Method Summary collapse
-
#count(uri, options = {}) ⇒ Object
———————————————————– # count ———————————————————– #.
Class Method Details
Instance Method Details
#count(uri, options = {}) ⇒ Object
———————————————————– #
count
———————————————————– #
56 57 58 |
# File 'lib/crown/twitter/uri.rb', line 56 def count(uri, = {}) return Crown::Twitter::URICounter.new.count(uri, ) end |