File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -688,13 +688,6 @@ def current_section
688688 section
689689 end
690690
691- ##
692- # Is part of this thing was defined in +file+?
693-
694- def defined_in? ( file )
695- @in_files . include? ( file )
696- end
697-
698691 def display ( method_attr ) # :nodoc:
699692 if method_attr . is_a? RDoc ::Attr
700693 "#{ method_attr . definition } #{ method_attr . pretty_name } "
Original file line number Diff line number Diff line change @@ -437,12 +437,6 @@ def test_current_section
437437 assert_equal default_section , @context . current_section
438438 end
439439
440- def test_defined_in_eh
441- assert @c1 . defined_in? ( @c1 . top_level )
442-
443- refute @c1 . defined_in? ( @store . add_file ( 'name.rb' ) )
444- end
445-
446440 def test_equals2
447441 assert_equal @c3 , @c3
448442 refute_equal @c2 , @c3
You can’t perform that action at this time.
0 commit comments