Sha256: 5363c92a24ed933b16650891fa8b18ef7d739692c6992d24066249cb18721f52

Contents?: true

Size: 575 Bytes

Versions: 2

Compression:

Stored size: 575 Bytes

Contents

dir = File.dirname(__FILE__)
$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)

dir = File.expand_path("#{dir}/ymdp")
$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)

# load application
#

require 'rubygems'
require 'erb'
require 'set'

require File.expand_path("#{dir}/tag_helper")
require File.expand_path("#{dir}/asset_tag_helper")

Dir["#{dir}/*.rb"].each do |path|
  require File.expand_path(path)
end

["support", "configuration", "compiler"].each do |directory|
  Dir["#{dir}/#{directory}/*.rb"].each do |path|
    require File.expand_path(path)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ymdp-0.1.3.2 lib/ymdp.rb
ymdp-0.1.3.1 lib/ymdp.rb