class Object
Public Instance Methods
log()
click to toggle source
# File lib/fiedl/log.rb, line 14 def log @log ||= Fiedl::Log::Log.new end
shell(command)
click to toggle source
# File lib/fiedl/log.rb, line 20 def shell(command) log.shell command end