Module: AyeCommander::Callable

Included in:
Command
Defined in:
lib/aye_commander/callable.rb

Overview

This module takes care of both .call and #call, the most important methods in a command

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#callObject

#call is what a user redefines in their own command, and what he customizes to give a command the behavior he desires. An empty call is defined in a command so they can be run even without one.



38
39
# File 'lib/aye_commander/callable.rb', line 38

def call
end