Skip to content

Commit 7a8045f

Browse files
st0012vinistock
andauthored
Update test/rdoc/test_rdoc_any_method.rb
Co-authored-by: Vinicius Stock <[email protected]>
1 parent 0f342fc commit 7a8045f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rdoc/test_rdoc_any_method.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_marshal_dump
236236
assert_equal 'Klass#method', loaded.full_name
237237
assert_equal 'method', loaded.name
238238
assert_equal 'param', loaded.params
239-
assert_equal false, loaded.singleton # defaults to nil
239+
assert_equal false, loaded.singleton
240240
assert_equal :public, loaded.visibility
241241
assert_equal cm, loaded.parent
242242
assert_equal section, loaded.section

0 commit comments

Comments
 (0)