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.
2 parents f9c8266 + 5a40835 commit 1abe628Copy full SHA for 1abe628
lib/rdoc/parser/ruby.rb
@@ -587,7 +587,7 @@ def look_for_directives_in container, comment
587
end
588
589
590
- remove_private_comments comment
+ comment.remove_private
591
592
593
##
@@ -2054,15 +2054,6 @@ def record_location container # :nodoc:
2054
container.record_location @top_level
2055
2056
2057
- ##
2058
- # Removes private comments from +comment+
2059
- #--
2060
- # TODO remove
2061
-
2062
- def remove_private_comments comment
2063
- comment.remove_private
2064
- end
2065
2066
2067
# Scans this Ruby file for Ruby constructs
2068
0 commit comments