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, , opts = {}) Exceptions.warn_format( "CachedNestedFileReader.#{name} -- #{}", opts ) end |