We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19cf62 commit e1d9c83Copy full SHA for e1d9c83
1 file changed
lib/syntax_suggest/lex_value.rb
@@ -28,7 +28,7 @@ def initialize(line, type, token, state, last_lex = nil)
28
@is_end = false
29
@is_kw = false
30
return if type != :on_kw
31
- #
+
32
return if last_lex && last_lex.fname? # https://github.com/ruby/ruby/commit/776759e300e4659bb7468e2b97c8c2d4359a2953
33
34
case token
0 commit comments