Test for rubinius platform
@return [true]
if running under rubinius
@return [false]
otherwise
@api private
# File lib/coercible.rb, line 15 def self.rbx? @is_rbx ||= defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.