Sublime Forum

Ruby code: namespace and tasks

#1

Is there any way to list the tasks within namespaces (ideally grouped by namespace and indented within the namespace)?

e.g.
namespace :deploy do
task :default do
update
restart
end
end

I’m aware of how you can list methods within the code using Cmd R but this doesn’t show namespaces or tasks.
Any suggestions?

0 Likes