Module Inline
In: lib/inline.rb

The Inline module is the top-level module used. It is responsible for instantiating the builder for the right language used, compilation/linking when needed, and loading the inlined code into the current namespace.

Constants

VERSION = '3.12.0'
WINDOZE = /mswin|mingw/ =~ RUBY_PLATFORM
RUBINIUS = defined? RUBY_ENGINE
DEV_NULL = (WINDOZE ? 'nul' : '/dev/null')
GEM = 'gem'
RAKE = if RUBINIUS then File.join(Gem.bindir, 'rake')

[Validate]