We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e14a8f commit 8f5100bCopy full SHA for 8f5100b
1 file changed
lib/syntax_suggest/visitor.rb
@@ -40,7 +40,7 @@ def initialize
40
end
41
42
def visit(ast)
43
- super(ast)
+ super
44
@consecutive_lines = @consecutive_lines_hash.keys.sort
45
@consecutive_lines_hash.freeze
46
@endless_def_offsets.freeze
0 commit comments