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
112 |
# File 'lib/dassets/source_file.rb', line 112 def content; nil; end |
#exists? ⇒ Boolean
113 |
# File 'lib/dassets/source_file.rb', line 113 def exists?; false; end |
#mtime ⇒ Object
114 |
# File 'lib/dassets/source_file.rb', line 114 def mtime; nil; end |