twitter-status-bot/.gems/gems/naught-1.0.0/spec/support/rubinius.rb

4 lines
66 B
Ruby
Raw Normal View History

2014-09-03 08:49:59 +00:00
def rubinius?
defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
end