Class: PgObjects::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/pg_objects/logger.rb

Overview

Console output

Instance Method Summary collapse

Instance Method Details

#write(str) ⇒ Object



7
8
9
# File 'lib/pg_objects/logger.rb', line 7

def write(str)
  puts "== #{str} ".ljust(80, '=') unless config.silent
end