Class: Twroute::TweetPrinter

Inherits:
Object
  • Object
show all
Defined in:
lib/twroute/tweet_printer.rb

Instance Method Summary collapse

Instance Method Details

#update(tweet_hash) ⇒ Object



3
4
5
# File 'lib/twroute/tweet_printer.rb', line 3

def update(tweet_hash)
  puts tweet_hash.inspect
end