Method: Tweep::Index#tweeted!

Defined in:
lib/tweep/index.rb

#tweeted!(nick, idx) ⇒ Object



38
39
40
# File 'lib/tweep/index.rb', line 38

def tweeted!(nick, idx)
  (@states[nick] ||= {})[:next] = idx + 1
end