Module: Khanh
- Defined in:
- lib/khanh.rb
Defined Under Namespace
Classes: CRuby
Class Method Summary collapse
Class Method Details
.sort(arr) ⇒ Object
11 12 13 |
# File 'lib/khanh.rb', line 11 def self.sort(arr) qSort(arr.join("-") + "-", arr.length) end |