We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rake console
1 parent d6849bb commit 15da0fcCopy full SHA for 15da0fc
Rakefile
@@ -9,4 +9,9 @@ YARD::Rake::YardocTask.new do |t|
9
# t.options = ['--any', '--extra', '--opts'] # optional
10
end
11
12
+desc "Open an irb session preloaded with this library"
13
+task :console do
14
+ sh "irb -rubygems -I lib -r opentok.rb"
15
+end
16
+
17
task :default => :spec
0 commit comments