Class: Alexandria::LibrarySortOrder::Unsorted

Inherits:
Alexandria::LibrarySortOrder show all
Defined in:
lib/alexandria/export_library.rb

Instance Method Summary collapse

Methods included from Alexandria::Logging

included, #log

Constructor Details

#initializeUnsorted

Returns a new instance of Unsorted.



55
# File 'lib/alexandria/export_library.rb', line 55

def initialize; end

Instance Method Details

#sort(library) ⇒ Object



57
58
59
# File 'lib/alexandria/export_library.rb', line 57

def sort(library)
  library
end

#to_sObject



61
62
63
# File 'lib/alexandria/export_library.rb', line 61

def to_s
  'default order'
end