Skip to content

Instantly share code, notes, and snippets.

@daichirata
Created July 26, 2011 00:20
Show Gist options
  • Save daichirata/1105612 to your computer and use it in GitHub Desktop.
Save daichirata/1105612 to your computer and use it in GitHub Desktop.
class Sample
def hello
return "Hello World!"
end
end
s = Sample.new
s.hello #=> "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment