Sha256: a64a8e4f59ec53267255ffbcf7d4d5bc91c7fdc4ca79fe47716e2d338a383c35
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
require 'rubypitaya/core/path' module RubyPitaya class ApplicationFilesImporter def import app_files_path = "#{Path::APP_FOLDER_PATH}/**/*.rb" Gem.find_files(app_files_path).each { |path| require path } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubypitaya-1.1.0 | ./lib/rubypitaya/core/application_files_importer.rb |