Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a5ad966

Browse files
committed
Fix up Ruby 2.7.0 build
1 parent ef1991d commit a5ad966

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

test/fixtures/def.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,3 @@ def foo( # comment
2929
=end
3030
a
3131
end
32-
%
33-
def a()
34-
=begin
35-
=end
36-
=1
37-
-
38-
def a() =
39-
=begin
40-
=end
41-
1

test/fixtures/def_endless.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ def self.foo = bar baz
2222
end
2323
2424
def foo? = true
25+
%
26+
def a()
27+
=begin
28+
=end
29+
=1
30+
-
31+
def a() =
32+
=begin
33+
=end
34+
1

0 commit comments

Comments
 (0)