module NaturalSort::Kernel
Public: Adds natural_sort instance method to Ruby Kernel
enumerable objects.
Examples
require 'natural_sort_kernel' defined?(NaturalSort::Kernel) #=> true ['a', 'b', 'A', 'B'].natural_sort #=> ['A', 'a', 'B', 'b']
Public: Adds natural_sort instance method to Ruby Kernel
enumerable objects.
Examples
require 'natural_sort_kernel' defined?(NaturalSort::Kernel) #=> true ['a', 'b', 'A', 'B'].natural_sort #=> ['A', 'a', 'B', 'b']