Rakefile in asynchronic-0.0.1 vs Rakefile in asynchronic-0.1.0
- old
+ new
@@ -5,6 +5,13 @@
t.libs << 'spec'
t.pattern = 'spec/**/*_spec.rb'
t.verbose = false
end
+task :console do
+ require 'pry'
+ require 'asynchronic'
+ ARGV.clear
+ Pry.start
+end
+
task default: :spec
\ No newline at end of file