7 8 9 10 11 12
# File 'lib/bjork/tasks.rb', line 7 def self.install desc "Start the development server" task :start do Bjork::Server.run! end end