Skip to content

Instantly share code, notes, and snippets.

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