I hereby claim:
- I am zachweed on github.
- I am zachweed (https://keybase.io/zachweed) on keybase.
- I have a public key ASAYSY-WQ57oAebX6mzt7wiRCSFcr1qY9plwIIG7uoBz1go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
class Foo | |
def initialize | |
@one = "one" | |
@two = "two" | |
@three = "three" | |
end | |
end |
require 'redditkit' | |
def action(answer) | |
puts "Username?" | |
@redditor = gets.chomp | |
@user = RedditKit.user @redditor if (answer == 1 || answer == 2) | |
end | |
def standby | |
puts %q( What would you like to do? |