Path: | lib/thor/group.rb |
Last Update: | Thu Dec 31 00:44:46 +0000 2009 |
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.