Parent

Files

Jekyll::Commands::Doctor

Public Class Methods

process(options) click to toggle source
# File lib/jekyll/commands/doctor.rb, line 5
def process(options)
  site = Jekyll::Site.new(options)
  site.read

  unless deprecated_relative_permalinks(site)
    Jekyll.logger.info "Your test results", "are in. Everything looks fine."
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.