Skip to content

Instantly share code, notes, and snippets.

@eqdw
Created July 19, 2012 20:29
Show Gist options
  • Save eqdw/3146565 to your computer and use it in GitHub Desktop.
Save eqdw/3146565 to your computer and use it in GitHub Desktop.
parse_order.rb
foo.is_a? Bar && condition
#parses as
foo.is_a?( Bar && condition)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment