lib/ztk/base.rb in ztk-3.1.0 vs lib/ztk/base.rb in ztk-3.2.0

- old
+ new

@@ -2,11 +2,11 @@ module ZTK # Base Error Class # - # @author Zachary Patten <zachary AT jovelabs DOT com> + # @author Zachary Patten <zpatten AT jovelabs DOT io> class BaseError < Error; end # Base Class # # This is the base class inherited by most of the other classes in this @@ -14,10 +14,10 @@ # and STDIN, a configuration mechanism and logging mechanism. # # You should never interact with this class directly; you should inherit it # and extend functionality as appropriate. # - # @author Zachary Patten <zachary AT jovelabs DOT com> + # @author Zachary Patten <zpatten AT jovelabs DOT io> class Base class << self # Builds Configuration Object