Skip to content

Instantly share code, notes, and snippets.

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