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.8.6'
WINDOZE = /mswin|mingw/ =~ RUBY_PLATFORM
RUBINIUS = defined? RUBY_ENGINE
DEV_NULL = (WINDOZE ? 'nul' : '/dev/null')
GEM = (WINDOZE ? 'gem.bat' : 'gem')
RAKE = if WINDOZE then 'rake.bat'

[Validate]