Flowdock
method

select_tasks_to_show

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Application
select_tasks_to_show(options, show_tasks, value) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rake/application.rb, line 548
    def select_tasks_to_show(options, show_tasks, value)
      options.show_tasks = show_tasks
      options.show_task_pattern = Regexp.new(value || '')
      Rake::TaskManager.record_task_metadata = true
    end
Register or log in to add new notes.