Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from AndrewRayCode/rubocop.rb
Created March 24, 2017 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radar/7f2ae2fd7f1ec52b5b972b511527dd1e to your computer and use it in GitHub Desktop.
Save radar/7f2ae2fd7f1ec52b5b972b511527dd1e to your computer and use it in GitHub Desktop.
def if_statement
return a unless condition?
c(
1,
2,
3
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment