We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760ab3a commit 52e89c4Copy full SHA for 52e89c4
lib/rdoc/code_object.rb
@@ -69,13 +69,6 @@ class RDoc::CodeObject
69
70
attr_reader :metadata
71
72
- ##
73
- # Offset in #file where this CodeObject was defined
74
- #--
75
- # TODO character or byte?
76
-
77
- attr_accessor :offset
78
79
##
80
# Sets the parent CodeObject
81
test/test_rdoc_code_object.rb
@@ -276,12 +276,6 @@ def test_metadata
276
assert_equal 'not_rdoc', @co.metadata['markup']
277
end
278
279
- def test_offset
280
- @c1_m.offset = 5
281
282
- assert_equal 5, @c1_m.offset
283
- end
284
285
def test_options
286
assert_kind_of RDoc::Options, @co.options
287
0 commit comments