[ruby/irb] Delete a doodle-level memo comment...
https://github.com/ruby/irb/commit/fc3e1d9e0c
This commit is contained in:
parent
32b7dcfb56
commit
fb33ec0119
@ -430,8 +430,6 @@ class RubyLex
|
|||||||
index.downto(0) do |i|
|
index.downto(0) do |i|
|
||||||
tk = tokens[i]
|
tk = tokens[i]
|
||||||
# In "continue", the token isn't the corresponding syntax to "do".
|
# In "continue", the token isn't the corresponding syntax to "do".
|
||||||
#is_continue = process_continue(@tokens[0..(i - 1)])
|
|
||||||
# continue ではなく、直前に (:on_ignored_nl|:on_nl|:on_comment):on_sp* みたいなのがあるかどうかを調べる
|
|
||||||
non_sp_index = tokens[0..(i - 1)].rindex{ |t| t[1] != :on_sp }
|
non_sp_index = tokens[0..(i - 1)].rindex{ |t| t[1] != :on_sp }
|
||||||
first_in_fomula = false
|
first_in_fomula = false
|
||||||
if non_sp_index.nil?
|
if non_sp_index.nil?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user