Method: Thor::Base::ClassMethods#no_tasks
- Defined in:
- lib/thor/base.rb
#no_tasks ⇒ Object
341 342 343 344 345 346 |
# File 'lib/thor/base.rb', line 341 def no_tasks @no_tasks = true yield ensure @no_tasks = false end |
341 342 343 344 345 346 |
# File 'lib/thor/base.rb', line 341 def no_tasks @no_tasks = true yield ensure @no_tasks = false end |