Top Level Namespace

Defined Under Namespace

Modules: LibC, XS

Constant Summary collapse

RBX =

Conditional code execution depending upon which ruby engine we are using

defined?(RUBY_ENGINE) && RUBY_ENGINE =~ /rbx/ ? true : false