Skip to content

Instantly share code, notes, and snippets.

@elight
Created December 8, 2011 20:21
Show Gist options
  • Save elight/1448377 to your computer and use it in GitHub Desktop.
Save elight/1448377 to your computer and use it in GitHub Desktop.
def delegate(*methods)
...
options = methods.pop
...
to = options[:to]
...
prefix = options[:prefix] ? "#{options[:prefix] == true ? to : options[:prefix]}_" : ''
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment