Skip to content

Instantly share code, notes, and snippets.

@maiha
Created June 26, 2009 13:53
Show Gist options
  • Select an option

  • Save maiha/136483 to your computer and use it in GitHub Desktop.

Select an option

Save maiha/136483 to your computer and use it in GitHub Desktop.
class Foo
dsl_accessor
foo { puts "foo" }
bar {
puts "bar"
puts "hello"
}
baz { "BAZ" }
end
Foo.new.foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment