class Twitter

Public Instance Methods

loop() click to toggle source
# File lib/examples/twitter.rb, line 44
  def loop
    
#  local_connect()
    # kind of a problem... fixed
    get_tweet
    fetchtweet
    delay 30000


  end