Class: Dassets::NullSourceFile::NullSourceProxy
- Inherits:
-
Object
- Object
- Dassets::NullSourceFile::NullSourceProxy
- Defined in:
- lib/dassets/source_file.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
108 |
# File 'lib/dassets/source_file.rb', line 108 def content; nil; end |
#exists? ⇒ Boolean
109 |
# File 'lib/dassets/source_file.rb', line 109 def exists?; false; end |
#mtime ⇒ Object
110 |
# File 'lib/dassets/source_file.rb', line 110 def mtime; nil; end |