Sha256: 5ccb530b29cf572128ab4b0d61b1c638a76a16bdb3a1b0e08e4a827e8a3de8f1
Contents?: true
Size: 383 Bytes
Versions: 1
Compression:
Stored size: 383 Bytes
Contents
# # Copyright (c) 2018 Patrick Thomas. All rights reserved. # # require 'cayuga/tools/string' require 'cayuga/tools/symbol' require 'cayuga/tools/class' require 'cayuga/tools/loggable' module Cayuga module Object module Object def log_file @log_file ||= "#{factory.logs_directory}/#{self.class.filenamify('.log')}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cayuga-0.0.2 | lib/cayuga/object/object.rb |