aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_set.c')
0 files changed, 0 insertions, 0 deletions
ue='hotfix/0.18.0.13'>hotfix/0.18.0.13 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/rdoc-2.4.3/test/test_rdoc_any_method.rb
blob: a4e30c42b07ba570fc2b4c7ae951d8c1bf86ad0b (plain)
1
2
3
4
5
6
7
8
9
10
require 'test/xref_test_case'

class RDocAnyMethodTest < XrefTestCase

  def test_full_name
    assert_equal 'C1::m', @c1.method_list.first.full_name
  end

end