Top Level Namespace
Defined Under Namespace
Modules: Language
Constant Summary collapse
- HAVE_LUA_GLOBALSINDEX =
$CFLAGS = ‘-g -Wall ’ + $CFLAGS
have_macro("LUA_GLOBALSINDEX", "lua.h")
- RUBY_LUA_VERSION =
open(File.join(File.dirname(__FILE__), "..", "VERSION")).read.chomp
Instance Method Summary collapse
Instance Method Details
#crash(str) ⇒ Object
9 10 11 12 |
# File 'ext/extconf.rb', line 9 def crash(str) printf(" extconf failure: %s\n", str) exit 1 end |