We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a482af commit 215b7ecCopy full SHA for 215b7ec
Rakefile
@@ -53,3 +53,8 @@ task :update_authors do
53
end
54
55
task :build => [:update_authors, :fix_permissions]
56
+
57
+desc "Run an interactive pry shell with ros required"
58
+task :pry do
59
+ sh "pry -I lib -r recursive-open-struct"
60
+end
0 commit comments