lib/ztk/command.rb in ztk-0.0.8 vs lib/ztk/command.rb in ztk-0.0.9
- old
+ new
@@ -20,10 +20,10 @@
require "ostruct"
module ZTK
- # ZTK::Command error class
+ # ZTK::Command Error Class
#
# @author Zachary Patten <zachary@jovelabs.net>
class CommandError < Error; end
# Command Execution Class