Skip to content

Instantly share code, notes, and snippets.

@jbowles
Created September 6, 2012 16:27
Show Gist options
  • Save jbowles/3658159 to your computer and use it in GitHub Desktop.
Save jbowles/3658159 to your computer and use it in GitHub Desktop.
NewClass for the learntoprogram course at One on One
class NewClass
def self.tell_me_something
"whatup!"
end
def self.randomize_select
list = [
"one",
"two",
"three"
]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment