Skip to content

Instantly share code, notes, and snippets.

Created September 29, 2015 08:46
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 anonymous/e6ba8f2ed251b4a4b6cf to your computer and use it in GitHub Desktop.
Save anonymous/e6ba8f2ed251b4a4b6cf to your computer and use it in GitHub Desktop.
### 1
if my_var.my_method.my_next_method
my_other_var = my_var3.my_method.other_method.do_some_other_stuff
end
### 2
my_other_var = my_var3.my_method.other_method.do_some_other_stuff \
if my_var.my_method.my_next_method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment