module SmartLoggerWrapper::Utils::Path

Constants

DIR_TRIMMER_PATTERN

Public Instance Methods

trim_dirname(line) click to toggle source
# File lib/smart_logger_wrapper/utils/path.rb, line 10
def trim_dirname(line)
  line.sub(DIR_TRIMMER_PATTERN, '')
end