Sha256: 01e3c0c04ab7c06d6d88f80be673bab50e314b19bd366ab1c5b15fe81e2074d4

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

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

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

# load application
#

require File.expand_path("#{dir}/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.0.5 lib/ymdp.rb