Skip to content

Commit 4b5eda1

Browse files
committed
[GR-17457] Update ripper_supported? to true
PullRequest: truffleruby/1988
2 parents 8010c36 + 72b62e2 commit 4b5eda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/patches/rspec/support.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module Support
2626
module RubyFeatures
2727
module_function
2828
def ripper_supported?
29-
false
29+
true
3030
end
3131
end
3232

0 commit comments

Comments
 (0)