23 24 25 26 27 28 29
# File 'lib/ib/tasks.rb', line 23 def define_tasks namespace :ib do task :project do @project.write end end end