Method: Rake::TaskManager#current_scope
- Defined in:
- lib/rake/task_manager.rb
#current_scope ⇒ Object
Return the list of scope names currently active in the task manager.
195 196 197 |
# File 'lib/rake/task_manager.rb', line 195 def current_scope @scope end |