Class: Ichiban::ModelFile
- Inherits:
-
ProjectFile
- Object
- ProjectFile
- Ichiban::ModelFile
- Defined in:
- lib/ichiban/project_file.rb
Instance Attribute Summary
Attributes inherited from ProjectFile
Instance Method Summary collapse
Methods inherited from ProjectFile
#dest, from_abs, #has_dest?, #initialize, register_type, #rel_to, #replace_ext
Constructor Details
This class inherits a constructor from Ichiban::ProjectFile
Instance Method Details
#update ⇒ Object
197 198 199 200 |
# File 'lib/ichiban/project_file.rb', line 197 def update # No-op. The watcher hands the path to every changed file to the Loader instance. # So we don't have to worry about that here. end |