Method: Tweep::Index#next_tweet_index

Defined in:
lib/tweep/index.rb

#next_tweet_index(nick) ⇒ Object



19
20
21
# File 'lib/tweep/index.rb', line 19

def next_tweet_index(nick)
  (@states[nick] ||= {})[:next].to_i
end