b0VIM 7.4iUW#Tstephenxwing~stephen/Code/github/origen_app_generators/templates/app_generators/application/lib/module.rbutf-8 3210#"! Utpad i*uE"! J end end require file Dir.glob("#{File.dirname(__FILE__)}/<%= @name %>/**/*.rb").sort.each do |file| # explicitly require it up above and then let this take care of the rest. # the second require), so if you have a file that must be required first, then # Note that there is no problem from requiring a file twice (Ruby will ignore # Load all files in the lib/<%= @name %> directory. # require "<%= @name %>/my_file" # Example of how to explicitly require a file<% end -%> # for testing), then these should be loaded from config/boot.rb # If this plugin has any development dependencies (e.g. dummy DUT or other models that are only used # THIS FILE SHOULD ONLY BE USED TO LOAD RUNTIME DEPENDENCIES<% if @type == :plugin -%>module <%= @namespace %><% end -%>require_relative '../config/application.rb'<% if @type == :plugin -%>require 'origen'