imbriaco (owner)

Forks

Revisions

gist: 208691 Download_button fork
public
Public Clone URL: git://gist.github.com/208691.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
class Foo
  some_dsl_method :foo => { :key => 'value' },
                  :bar => { :key => 'bar' }
end