Method: Harbor::Script.log_file

Defined in:
lib/harbor/script.rb

.log_fileObject

Raises:

  • (NotImplementedError)


65
66
67
# File 'lib/harbor/script.rb', line 65

def self.log_file
  raise NotImplementedError.new("#{self}#log_file must be defined.")
end