Module: Citrin::Commands

Defined in:
lib/citrin/commands.rb

Class Method Summary collapse

Class Method Details

.loadObject



3
4
5
6
7
# File 'lib/citrin/commands.rb', line 3

def self.load
  Dir[File.join(File.dirname(__FILE__), "commands", "*.rb")].each do |file|
    require file
  end
end