Skip to content

Commit 9ca29de

Browse files
committed
Remove module RDoc; end from rdoc/token_stream.rb
1 parent 916155d commit 9ca29de

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/rdoc/stats.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def report
153153
if cm.fully_documented? then
154154
next
155155
elsif cm.in_files.empty? or
156-
(cm.constants.empty? and cm.method_list.empty?) then
156+
(cm.constants.empty? and cm.method_list.empty?) then
157157
report << "# #{type} #{cm.full_name} is referenced but empty."
158158
report << '#'
159159
report << '# It probably came from another project. ' \

lib/rdoc/token_stream.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
module RDoc; end
2-
31
##
42
# A TokenStream is a list of tokens, gathered during the parse of some entity
53
# (say a method). Entities populate these streams by being registered with the

0 commit comments

Comments
 (0)