Skip to content

Instantly share code, notes, and snippets.

@maiha
Forked from genki/new.rb
Created June 26, 2009 13:52
Show Gist options
  • Save maiha/136481 to your computer and use it in GitHub Desktop.
Save maiha/136481 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