Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit ea6ada6

Browse files
committed
Remove non_mri?
1 parent a7737b4 commit ea6ada6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/rspec/support/ruby_features.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ def rbx?
3131
defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
3232
end
3333

34-
def non_mri?
35-
!mri?
36-
end
37-
3834
def mri?
3935
!defined?(RUBY_ENGINE) || RUBY_ENGINE == 'ruby'
4036
end

0 commit comments

Comments
 (0)