class Object
Public Instance Methods
NaturalSort(input)
click to toggle source
# File lib/natural_sort.rb, line 26 def NaturalSort(input) NaturalSort::SegmentedString.new(input) end
# File lib/natural_sort.rb, line 26 def NaturalSort(input) NaturalSort::SegmentedString.new(input) end