Sha256: 0c974b39b05e0b90b0c7a1b92b3d78b81ad47a1f43b1c667661d1c80e594dc0c

Contents?: true

Size: 497 Bytes

Versions: 1

Compression:

Stored size: 497 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 '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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ymdp-0.1.1 lib/ymdp.rb