Class: Jekyll::Commands::Page::PageArgParser
- Inherits:
-
Jekyll::Compose::ArgParser
- Object
- Jekyll::Compose::ArgParser
- Jekyll::Commands::Page::PageArgParser
- Defined in:
- lib/jekyll/commands/page.rb
Instance Attribute Summary
Attributes inherited from Jekyll::Compose::ArgParser
Instance Method Summary collapse
Methods inherited from Jekyll::Compose::ArgParser
#force?, #initialize, #source, #timestamp_format, #title, #type, #validate!
Constructor Details
This class inherits a constructor from Jekyll::Compose::ArgParser
Instance Method Details
#layout ⇒ Object
37 38 39 |
# File 'lib/jekyll/commands/page.rb', line 37 def layout ["layout"] || Jekyll::Compose::DEFAULT_LAYOUT_PAGE end |