Sha256: 9f67544d2d89a9d45558fb56ff4942673398cf74b6ce61dc608addd4b4bfb82c
Contents?: true
Size: 317 Bytes
Versions: 68
Compression:
Stored size: 317 Bytes
Contents
require 'pathname' require 'libv8/version' module Libv8 LIBRARY_PATH = Pathname(__FILE__).dirname.join('libv8', 'build', 'v8').to_s def self.library_path LIBRARY_PATH end INCLUDE_PATH = Pathname(__FILE__).dirname.join('libv8', 'v8', 'include').to_s def self.include_path INCLUDE_PATH end end
Version data entries
68 entries across 68 versions & 6 rubygems