Module: JishoSort::Sortable
- Included in:
- Enumerable
- Defined in:
- lib/jisho_sort/sortable.rb
Instance Method Summary collapse
Instance Method Details
#compare_by_furigana(other) ⇒ Object
3 4 5 |
# File 'lib/jisho_sort/sortable.rb', line 3 def compare_by_furigana(other) furigana <=> other.furigana end |