module Mumukit::Sync::Store::Github::Ordering

Public Class Methods

from(order) click to toggle source
# File lib/mumukit/sync/store/github/ordering.rb, line 3
def self.from(order)
  order ? FixedOrdering.new(order) : NaturalOrdering
end