Class: Martin::Base

Inherits:
Object show all
Defined in:
lib/martin/base.rb

Overview

The base class for command line applications Subclass this class for the functionality

Direct Known Subclasses

Application

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