# File lib/scrubyt/utils/ruby_extensions.rb, line 39
  def <=>(other)
    self.begin <=> other.begin
  end