group.rb

Path: lib/thor/group.rb
Last Update: Tue Mar 08 14:18:35 -0500 2011

Thor has a special class called Thor::Group. The main difference to Thor class is that it invokes all tasks at once. It also include some methods that allows invocations to be done at the class method, which are not available to Thor tasks.

[Validate]