module Libv8

Constants

VERSION

Public Class Methods

configure_makefile() click to toggle source
# File lib/libv8.rb, line 5
def self.configure_makefile
  location = Location.load!
  location.configure
end