Skip to content

Instantly share code, notes, and snippets.

@genki
Created June 26, 2009 13:50
Show Gist options
  • Save genki/136480 to your computer and use it in GitHub Desktop.
Save genki/136480 to your computer and use it in GitHub Desktop.
class Foo
foo = puts "foo"
bar =
- puts "bar"
- puts "hello"
baz = "BAZ"
Foo.new.foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment