Skip to content

Instantly share code, notes, and snippets.

@stevencch99
Created May 11, 2019 13:05
Show Gist options
  • Save stevencch99/75bcc056d5d158af2e870e704031a1c9 to your computer and use it in GitHub Desktop.
Save stevencch99/75bcc056d5d158af2e870e704031a1c9 to your computer and use it in GitHub Desktop.
double_p = proc { |number| return number * 2}
double_p[2] # => LocalJumpError (unexpected return)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment