class Alexandria::LibrarySortOrder::Unsorted

Public Class Methods

new() click to toggle source
Calls superclass method Alexandria::LibrarySortOrder::new
# File lib/alexandria/library_sort_order.rb, line 32
def initialize
  super(nil, nil)
end

Public Instance Methods

sort(library) click to toggle source
# File lib/alexandria/library_sort_order.rb, line 36
def sort(library)
  library
end
to_s() click to toggle source
# File lib/alexandria/library_sort_order.rb, line 40
def to_s
  "default order"
end