# Ruby Treasures 0.1
# Copyright (C) 2001 Paul Brannan <paul@atdesk.com>
# 
# You may distribute this software under the same terms as Ruby (see the file
# COPYING that was distributed with this library).
# 
module ComparableTest
  def test_compare
    # DS_Test_Case.method_checked(:<=>, @test_container)
    # TODO
  end

  def test_between?
    DS_Test_Case.method_checked(:between?, @test_container)
    # TODO
  end
end
