Class: KnoxBox::Tasks
- Inherits:
-
Object
- Object
- KnoxBox::Tasks
- Includes:
- Rake::DSL
- Defined in:
- lib/knoxbox/tasks.rb
Instance Method Summary collapse
Instance Method Details
#install_tasks ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/knoxbox/tasks.rb', line 5 def install_tasks namespace:iron_hide do desc 'Load rules from local JSON file to remote CouchDB server' task :load_rules, :file, :db_server do |t, args| end end end |