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.
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') |