Method: Birdy::Base#initialize
- Defined in:
- lib/birdy/base.rb
#initialize ⇒ Base
Returns a new instance of Base.
11 12 13 14 |
# File 'lib/birdy/base.rb', line 11 def initialize @twitter = authenticate poll end |
Returns a new instance of Base.
11 12 13 14 |
# File 'lib/birdy/base.rb', line 11 def initialize @twitter = authenticate poll end |