Skip to content

Instantly share code, notes, and snippets.

@scpike
Created October 27, 2015 02:05
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 scpike/0984735811732ab73d0d to your computer and use it in GitHub Desktop.
Save scpike/0984735811732ab73d0d to your computer and use it in GitHub Desktop.
sortlines
-> (s) do
s.split("\n").sort.join("\n")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment