Method: CachedNestedFileReader#warn_format

Defined in:
lib/cached_nested_file_reader.rb

#warn_format(name, message, opts = {}) ⇒ Object



35
36
37
38
39
40
# File 'lib/cached_nested_file_reader.rb', line 35

def warn_format(name, message, opts = {})
  Exceptions.warn_format(
    "CachedNestedFileReader.#{name} -- #{message}",
    opts
  )
end