Skip to content

Commit bb5da92

Browse files
committed
Update src/unsupported_feature.rb with a feature that is still unsupported
1 parent 8c9d3b8 commit bb5da92

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
| src/not_ruby.rb:5:25:5:26 | parse error | Extraction failed in src/not_ruby.rb with error parse error | 2 |
2-
| src/unsupported_feature.rb:2:18:2:20 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
3-
| src/unsupported_feature.rb:3:13:3:15 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
4-
| src/unsupported_feature.rb:6:15:6:17 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
5-
| src/unsupported_feature.rb:7:20:7:22 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
2+
| src/unsupported_feature.rb:1:6:2:11 | parse error | Extraction failed in src/unsupported_feature.rb with error parse error | 2 |
Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
class Foo
2-
def initialize(...)
3-
do_init(...)
4-
end
5-
6-
def do_init(...)
7-
really_do_init(...)
8-
end
9-
10-
def really_do_init(bar, baz:, &block)
11-
puts bar
12-
puts baz
13-
block.call
14-
end
15-
end
16-
17-
Foo.new("hello", baz: "world") { || puts "!" }
1+
case foo
2+
in 3 then 5
3+
end

0 commit comments

Comments
 (0)