Skip to content

Instantly share code, notes, and snippets.

@e-jambon
Last active June 24, 2016 08:24
Show Gist options
  • Save e-jambon/2c82e85389ee567ceac1b8b2e919bf79 to your computer and use it in GitHub Desktop.
Save e-jambon/2c82e85389ee567ceac1b8b2e919bf79 to your computer and use it in GitHub Desktop.
class String
def to_proc
eval "Proc.new { |*args| args.first#{self} }"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment