Method: TwitterMeme::Main#last_id=
- Defined in:
- lib/twitter_meme.rb
#last_id=(last_id) ⇒ Object
129 130 131 132 133 |
# File 'lib/twitter_meme.rb', line 129 def last_id=(last_id) file = File.open("#{ENV['HOME']}/.twitter_meme/LAST_ID", 'w') file.write(last_id) file.close end |