Module: GFSM::Output

Extended by:
Methods
Includes:
Methods
Defined in:
lib/tools/output.rb

Defined Under Namespace

Modules: Methods

Class Method Summary collapse

Methods included from Methods

error, info, print, puts, stderr_handle, stdout_handle, success, warn

Class Method Details

.included(klass) ⇒ Object



5
6
7
# File 'lib/tools/output.rb', line 5

def self.included(klass)
  klass.extend(Methods)
end