Method: Birdy::Base#initialize

Defined in:
lib/birdy/base.rb

#initializeBase

Returns a new instance of Base.



11
12
13
14
# File 'lib/birdy/base.rb', line 11

def initialize
  @twitter = authenticate
  poll
end