Does Ruby already have an compare method that takes into account numbers
inside a string? i.e.
strings = Array.new
strings.push "Name 300"
strings.push "Name 1"
strings.push "Name 10"
strings.push "Name 2"
strings.sort do |a, b|
# something to put here to sort like a human would
end
--
- Wilka
(address rot13 encoded)