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.

Methods

directory   rootdir  

Classes and Modules

Class Inline::C
Class Inline::Packager

Constants

VERSION = '3.6.7'
WINDOZE = /win(32|64)/ =~ RUBY_PLATFORM
DEV_NULL = (WINDOZE ? 'nul' : '/dev/null')
RAKE = (WINDOZE ? 'rake.bat' : 'rake')
GEM = (WINDOZE ? 'gem.bat' : 'gem')

Protected Class methods

[Validate]