From 0162eb44b93d424d228f96f6abd5e23600bcb7c7 Mon Sep 17 00:00:00 2001 From: Aleksey Timin Date: Fri, 6 Jul 2012 16:46:18 +0600 Subject: [PATCH] Added task *pry* --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index d38eab9..5dcbf57 100644 --- a/Rakefile +++ b/Rakefile @@ -19,3 +19,7 @@ task :default => :spec require 'yard' YARD::Rake::YardocTask.new + +task :pry do + sh "bundle exec pry -r ./lib/ruby-player.rb" +end