Method: Moft::Layout#process

Defined in:
lib/moft/layout.rb

#process(name) ⇒ Object

Extract information from the layout filename.

name - The String filename of the layout file.

Returns nothing.



38
39
40
# File 'lib/moft/layout.rb', line 38

def process(name)
  self.ext = File.extname(name)
end