Sha256: fe02788b9f9e0fef35c3a7b687b032234dd5982262c516ada0dcf14878dbeb89
Contents?: true
Size: 460 Bytes
Versions: 3
Compression:
Stored size: 460 Bytes
Contents
require 'thor' require File.expand_path('../ro_support/string_handler', __FILE__) include RoSupport::StringHandler $LOAD_PATH.unshift File.expand_path("../..", __FILE__) module RoSupport #def self.autoload_modules(*mods) # mods.each do |mod| # autoload mod, mod.to_s.downcase # end #end autoload :FileActions, 'lib/ro_support/file_actions' include FileActions autoload_all_files_in File.expand_path('../ro_support', __FILE__) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ro_support-0.0.8 | lib/ro_support.rb |
ro_support-0.0.7 | lib/ro_support.rb |
ro_support-0.0.6 | lib/ro_support.rb |