Skip to content

Instantly share code, notes, and snippets.

@ZevUhuru
Created August 5, 2015 14:33
Show Gist options
  • Select an option

  • Save ZevUhuru/93bd1ec1a0fb91821f49 to your computer and use it in GitHub Desktop.

Select an option

Save ZevUhuru/93bd1ec1a0fb91821f49 to your computer and use it in GitHub Desktop.
def function
array = ["pblake", "xashley", "zkatie", "asteven"]
array.sort do |a,b|
a[1] <=> b[1]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment