Module: Octopolo::CLIWrapper

Overview

Provide access to the CLI class into other classes in the application

Instance Attribute Summary collapse

Instance Attribute Details

#cliObject

Public: Wrapper method around CLI class

Returns the CLI class or equivalent



9
10
11
# File 'lib/octopolo/convenience_wrappers.rb', line 9

def cli
  @cli
end