Skip to content

Commit

Permalink
Delete a doodle-level memo comment...
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Jan 20, 2021
1 parent e16250e commit fc3e1d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/irb/ruby-lex.rb
Expand Up @@ -430,8 +430,6 @@ def take_corresponding_syntax_to_kw_do(tokens, index)
index.downto(0) do |i|
tk = tokens[i]
# 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 }
first_in_fomula = false
if non_sp_index.nil?
Expand Down

0 comments on commit fc3e1d9

Please sign in to comment.