Class: Dassets::NullSourceFile::NullSourceProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/dassets/source_file.rb

Instance Method Summary collapse

Instance Method Details

#contentObject



107
# File 'lib/dassets/source_file.rb', line 107

def content; nil;   end

#exists?Boolean

Returns:

  • (Boolean)


108
# File 'lib/dassets/source_file.rb', line 108

def exists?; false; end

#mtimeObject



109
# File 'lib/dassets/source_file.rb', line 109

def mtime;   nil;   end