4 lines
66 B
Ruby
4 lines
66 B
Ruby
|
def rubinius?
|
||
|
defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
|
||
|
end
|