Class: Jekyll::Command
- Inherits:
-
Object
- Object
- Jekyll::Command
- Defined in:
- lib/patches/idempotent_jekyll_config.rb
Direct Known Subclasses
Commands::ExtractTheme, Commands::NewSite, Jekyll::Commands::Serve
Class Method Summary collapse
Class Method Details
.configuration_from_options(options) ⇒ Object
3 4 5 6 |
# File 'lib/patches/idempotent_jekyll_config.rb', line 3 def self.() return if .is_a?(Jekyll::Configuration) Jekyll.configuration() end |