module Omniorder::Purchasable

Public Instance Methods

<=>(other) click to toggle source
# File lib/omniorder/purchasable.rb, line 3
def <=>(other)
  code <=> other.code
end