mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 14:09:02 +02:00
![]() Before:
```
Expected a newline or semicolon after the statement
Cannot parse the expression
Expected a newline or semicolon after the statement
Cannot parse the expression
1 describe "webmock tests" do
22 it "body" do
27 query = Cutlass::FunctionQuery.new(
> 28 port: port
> 29 body: body
30 ).call
34 end
35 end
```
After:
```
Expected a newline or semicolon after the statement
Cannot parse the expression
1 describe "webmock tests" do
22 it "body" do
27 query = Cutlass::FunctionQuery.new(
> 28 port: port
> 29 body: body
30 ).call
34 end
35 end
```
|
||
---|---|---|
.. | ||
capture | ||
api.rb | ||
around_block_scan.rb | ||
block_expand.rb | ||
capture_code_context.rb | ||
clean_document.rb | ||
cli.rb | ||
code_block.rb | ||
code_frontier.rb | ||
code_line.rb | ||
code_search.rb | ||
core_ext.rb | ||
display_code_with_line_numbers.rb | ||
display_invalid_blocks.rb | ||
explain_syntax.rb | ||
left_right_lex_count.rb | ||
lex_all.rb | ||
lex_value.rb | ||
parse_blocks_from_indent_line.rb | ||
pathname_from_message.rb | ||
priority_engulf_queue.rb | ||
priority_queue.rb | ||
ripper_errors.rb | ||
scan_history.rb | ||
syntax_suggest.gemspec | ||
unvisited_lines.rb | ||
version.rb |