Skip to content

Instantly share code, notes, and snippets.

@lennartkoopmann
Created August 15, 2009 19:15
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 lennartkoopmann/168429 to your computer and use it in GitHub Desktop.
Save lennartkoopmann/168429 to your computer and use it in GitHub Desktop.
def flip_order_direction str
"desc" if str == "asc"
"asc" if str == "desc"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment