Method: Jekyll::Layout#process

Defined in:
lib/jekyll/layout.rb

#process(name) ⇒ Object

Extract information from the layout filename.

name - The String filename of the layout file.

Returns nothing.



45
46
47
# File 'lib/jekyll/layout.rb', line 45

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