Skip to content

Instantly share code, notes, and snippets.

@crossaidi
Created March 26, 2014 18:33
Show Gist options
  • Save crossaidi/9790116 to your computer and use it in GitHub Desktop.
Save crossaidi/9790116 to your computer and use it in GitHub Desktop.
Inline rescue
def set_name(params)
@name = params.fetch(:name) rescue 'Anonymous'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment