# 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 ReverseIndexableTest
  def test_reverse_each_index
    DS_Test_Case.method_checked(:reverse_each_index, @test_container)
    # TODO
  end

  def test_rindex
    DS_Test_Case.method_checked(:rindex, @test_container)
    # TODO
  end
end
