Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Jekyll::Publisher

Public Class Methods

new(site) click to toggle source
# File lib/jekyll/publisher.rb, line 3
def initialize(site)
  @site = site
end

Public Instance Methods

publish?(thing) click to toggle source
# File lib/jekyll/publisher.rb, line 7
def publish?(thing)
  can_be_published?(thing) && !hidden_in_the_future?(thing)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.