nicojensen.de/vendor/bundle/gems/ffi-1.10.0/samples/sample_helper.rb

7 lines
203 B
Ruby
Raw Normal View History

2019-03-12 13:49:49 +01:00
require 'rubygems'
require 'spec'
$:.unshift File.join(File.dirname(__FILE__), "..", "lib"), File.join(File.dirname(__FILE__), "..", "build", RUBY_VERSION) unless RUBY_PLATFORM =~ /java/
require "ffi"