Top Level Namespace

Defined Under Namespace

Modules: Fiedl

Instance Method Summary collapse

Instance Method Details

#logObject



14
15
16
# File 'lib/fiedl/log.rb', line 14

def log
  @log ||= Fiedl::Log::Log.new
end

#shell(command, verbose: true) ⇒ Object



20
21
22
# File 'lib/fiedl/log.rb', line 20

def shell(command, verbose: true)
  log.shell command, verbose: verbose
end