Method: CMDB::Shell::DSL#initialize

Defined in:
lib/cmdb/shell/dsl.rb

#initialize(shell, out) ⇒ DSL

Returns a new instance of DSL.



7
8
9
10
11
# File 'lib/cmdb/shell/dsl.rb', line 7

def initialize(shell, out)
  @shell = shell
  @cmdb = @shell.cmdb
  @out = out
end