lib/command_lion/base.rb in command_lion-1.0.1 vs lib/command_lion/base.rb in command_lion-1.0.2
- old
+ new
@@ -1,6 +1,8 @@
module CommandLion
+ # To encapsulate some of the common patterns within Command Lion, there is a Base
+ # class which both the App and Command class inhereit from.
class Base
class << self
# Build up an object with a given block.
# @param [&block]