Class: Martin::Base
Overview
The base class for command line applications Subclass this class for the functionality
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
82 83 84 85 |
# File 'lib/martin/base.rb', line 82 def self.inherited(base) extend ClassMethods include InstanceMethods end |