Class: Ichiban::LayoutFile
- Inherits:
-
ProjectFile
- Object
- ProjectFile
- Ichiban::LayoutFile
- 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
#layout_name ⇒ Object
106 107 108 |
# File 'lib/ichiban/project_file.rb', line 106 def layout_name File.basename(@abs, File.extname(@abs)) end |
#update ⇒ Object
110 111 112 |
# File 'lib/ichiban/project_file.rb', line 110 def update # no-op end |