Skip to content

Instantly share code, notes, and snippets.

@bryanmikaelian
Created July 28, 2011 21:44
Show Gist options
  • Save bryanmikaelian/1112656 to your computer and use it in GitHub Desktop.
Save bryanmikaelian/1112656 to your computer and use it in GitHub Desktop.
example ruby for a friend
class Hello
def say_hello
puts "Hello world"
end
end
hello_class = Hello.new
hello_class.say_hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment