Method: Dassets::SourceProxy#mtime

Defined in:
lib/dassets/source_proxy.rb

#mtimeObject



37
38
39
# File 'lib/dassets/source_proxy.rb', line 37

def mtime
  @source_files.map(&:mtime).compact.max
end