Skip to content

Instantly share code, notes, and snippets.

@bigthyme
Created November 24, 2012 23:42
Show Gist options
  • Save bigthyme/4141826 to your computer and use it in GitHub Desktop.
Save bigthyme/4141826 to your computer and use it in GitHub Desktop.
pt.1
#[1]Require dependent libs
require "jumpstart_auth"
#[2]Adds Class name for scope purposes
class JSTwitter
#[3]Grabs the client attribute from jumpstart library.
attr_reader :client
def initialize
puts "Initializing..."
#[4]Includes all necessary libraries for our program.
@client = JumpstartAuth.twitter
end
#...Don't move on until this portion makes sense.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment