Skip to content

Commit 0f0c73a

Browse files
hsbtclaude
andcommitted
Add :nodoc: to Pathname#remove_entry
Fix rdoc-coverage failure by marking the private helper method as :nodoc:. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 17df25a commit 0f0c73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathname.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ def self.mktmpdir
14751475

14761476
private
14771477

1478-
def remove_entry(path)
1478+
def remove_entry(path) # :nodoc:
14791479
st = File.lstat(path)
14801480
if st.directory?
14811481
Dir.each_child(path) do |child|

0 commit comments

Comments
 (0)