Skip to content

Instantly share code, notes, and snippets.

@nickjj
Last active August 29, 2015 14:16
Show Gist options
  • Save nickjj/dc269cf62f02528209e8 to your computer and use it in GitHub Desktop.
Save nickjj/dc269cf62f02528209e8 to your computer and use it in GitHub Desktop.
def eww
if foo
'hello'
else
'bar'
end
end
def yay
return 'hello' if foo
'bar'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment