module Xcake::Plugin::ClassMethods

Public Instance Methods

load_plugins() click to toggle source
# File lib/xcake/plugin.rb, line 10
def load_plugins
  Dir[plugins_location].each { |file| require file }
  descendants
end
plugins_location() click to toggle source
# File lib/xcake/plugin.rb, line 15
def plugins_location
end