Sha256: 1aca3b2802dce36fb48df2a28b5eaedaf1d199614580d6557fae14dc99fc9d7c
Contents?: true
Size: 461 Bytes
Versions: 7
Compression:
Stored size: 461 Bytes
Contents
# Load Marvin, do any initialization etc. # Note: this is called from inside scripts # or anywhere you want to start a base marvin # instance. require 'rubygems' MARVIN_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..")) # Check if a local copy of marvin exists, and set the load path if it does. $:.unshift(File.dirname(__FILE__) + "/../lib/") if File.exist?(File.dirname(__FILE__) + "/../lib/marvin.rb") # And Require Marvin. require 'marvin'
Version data entries
7 entries across 7 versions & 1 rubygems