mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
cbf6a7f906
commit
b5effe07bd
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ class RubyLex
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if in_oneliner_def == :BODY
|
if in_oneliner_def == :BODY
|
||||||
# one[-liner method definition
|
# one-liner method definition
|
||||||
depth_difference -= 1
|
depth_difference -= 1
|
||||||
end
|
end
|
||||||
in_oneliner_def = nil
|
in_oneliner_def = nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue