mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
parent
acd857b989
commit
bda070f016
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ def next_token # :nodoc:
|
|||
=end
|
||||
@in_part = part
|
||||
# non-RD part end
|
||||
when /^=end/
|
||||
when /^=end(?:$|[\s\0\C-d\C-z])/
|
||||
if @in_part # if in non-RD part
|
||||
=begin # not imported to RDoc
|
||||
# p "END_PART: #{@in_part}" # DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue