Sha256: 9113dcededa49e43a6ed9d2c1d79dea04c603c9e564dececc9b41870a73bea21
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
# add some search paths to ironruby # this first one adds the path with the assemblies # this enables us not to have to specify a path to the assemblies everywhere. $: << File.dirname(__FILE__) + "/bin" # adds the path to the caricature library. $: << File.dirname(__FILE__) + "/../lib" # load the caricature library require "caricature" # load the assembly with the C# code require 'ClrModels.dll' if defined? IRONRUBY_VERSION # Load the ruby models require File.dirname(__FILE__) + "/models/ruby_models"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
caricature-0.7.5 | spec/spec_helper.rb |