Method: TTY::Command::Printers::Pretty#initialize

Defined in:
lib/tty/command/printers/pretty.rb

#initializePretty

Returns a new instance of Pretty.



9
10
11
12
# File 'lib/tty/command/printers/pretty.rb', line 9

def initialize(*)
  super
  @uuid = options.fetch(:uuid, true)
end