Module: Xcake::Plugin::ClassMethods
- Defined in:
- lib/xcake/plugin.rb
Instance Method Summary collapse
Instance Method Details
#load_plugins ⇒ Object
8 9 10 11 |
# File 'lib/xcake/plugin.rb', line 8 def load_plugins Dir[plugins_location].each { |file| require file } descendants end |
#plugins_location ⇒ Object
13 14 |
# File 'lib/xcake/plugin.rb', line 13 def plugins_location end |