Method: TTY::Command::Printers::Pretty#initialize
- Defined in:
- lib/tty/command/printers/pretty.rb
#initialize ⇒ Pretty
Returns a new instance of Pretty.
9 10 11 12 |
# File 'lib/tty/command/printers/pretty.rb', line 9 def initialize(*) super @uuid = .fetch(:uuid, true) end |