Class: Ichiban::LayoutFile

Inherits:
ProjectFile show all
Defined in:
lib/ichiban/project_file.rb

Instance Attribute Summary

Attributes inherited from ProjectFile

#abs, #rel

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_nameObject



106
107
108
# File 'lib/ichiban/project_file.rb', line 106

def layout_name
  File.basename(@abs, File.extname(@abs))
end

#updateObject



110
111
112
# File 'lib/ichiban/project_file.rb', line 110

def update
  # no-op
end