Skip to content

Commit e7e1103

Browse files
committed
added helper method for rbx
1 parent 57fa11d commit e7e1103

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@ def jruby9?
115115
jruby? && (JRUBY_VERSION >= '9.0.0.0')
116116
end
117117

118+
def rbx?
119+
RUBY_ENGINE == 'rbx'
120+
end
121+
118122
include RakefileDefinitions
119123
end

0 commit comments

Comments
 (0)