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