1 parent 74bd057 commit a91c9baCopy full SHA for a91c9ba
1 file changed
lib/syntax_suggest/display_invalid_blocks.rb
@@ -67,17 +67,5 @@ def call
67
@io.puts(document)
68
end
69
70
- private def code_with_context
71
- lines = CaptureCodeContext.new(
72
- blocks: @blocks,
73
- code_lines: @code_lines
74
- ).call
75
-
76
- DisplayCodeWithLineNumbers.new(
77
- lines: lines,
78
- terminal: @terminal,
79
- highlight_lines: @invalid_lines
80
81
- end
82
83
0 commit comments