Module: Libv8
- Defined in:
- lib/libv8.rb,
lib/libv8/version.rb,
ext/libv8/arch.rb,
ext/libv8/paths.rb,
ext/libv8/builder.rb,
ext/libv8/location.rb
Defined Under Namespace
Modules: Arch, Paths Classes: Builder, Location
Constant Summary collapse
- VERSION =
"7.3.492.27.1"
Class Method Summary collapse
Class Method Details
.configure_makefile ⇒ Object
5 6 7 8 |
# File 'lib/libv8.rb', line 5 def self.configure_makefile location = Location.load! location.configure end |