Method: Model#initialize
- Defined in:
- lib/reddit.rb
#initialize ⇒ Model
Returns a new instance of Model.
7 8 9 10 11 12 |
# File 'lib/reddit.rb', line 7 def initialize @info_funny = Reddit::Api.new "user", "pa1sword" @info_results = Reddit::Api.new "user", "pa1sword" @funny = @info_funny.browse "funny" @results = @info_results.browse "jokes" end |