Class: Crown::BackType
- Inherits:
-
Object
- Object
- Crown::BackType
- Defined in:
- lib/crown/backtype.rb,
lib/crown/backtype/counter.rb
Defined Under Namespace
Classes: URICounter
Instance Method Summary collapse
-
#count(uri, options = {}) ⇒ Object
——————————————————————- #.
Instance Method Details
#count(uri, options = {}) ⇒ Object
——————————————————————- #
count
BackType (BackTweets)
——————————————————————- #
64 65 66 |
# File 'lib/crown/backtype.rb', line 64 def count(uri, = {}) return Crown::BackType::URICounter.new.count(uri, ) end |