Method: UCD::Interface::CommandLine#initialize

Defined in:
lib/ucd/interface/command_line.rb

#initialize(attributes = {}) ⇒ CommandLine

Returns a new instance of CommandLine.



14
15
16
17
18
19
20
# File 'lib/ucd/interface/command_line.rb', line 14

def initialize(attributes={})
  @formatter = Formatter::Graphviz.new
  @verbose   = false
  setup_parser

  super
end