Object
# File lib/jekyll/publisher.rb, line 3 def initialize(site) @site = site end
# 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.