Class: Dassets::NullSourceFile::NullSourceProxy

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

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content; nil;   end

#exists?Boolean

Returns:

  • (Boolean)


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

def exists?; false; end

#mtimeObject



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

def mtime;   nil;   end