Implement ActionList::Entry#clear.
[kaya.git] / lib / require_bundle.rb
blob78354b12becbec849accf758cd022656d04c25f8
1 # Copyright (c) 2009 Paolo Capriotti <p.capriotti@gmail.com>
2
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
8 def require_bundle(bundle, file)
9   require File.join('plugins', bundle, 'lib', file)
10 end