Class: Dassets::NullSourceFile::NullSourceProxy

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

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content; nil;   end

#exists?Boolean

Returns:

  • (Boolean)


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

def exists?; false; end

#mtimeObject



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

def mtime;   nil;   end