Methods

Class/Module Index [+]

Quicksearch

Nanoc::Errors::DataNotYetAvailable

@deprecated No longer necessary, but kept for backwards compatibility.

Public Class Methods

new(type, plural) click to toggle source
# File lib/nanoc/base/errors.rb, line 217
def initialize(type, plural)
  super("#{type} #{plural ? 'are' : 'is'} not available yet. You may be missing a Nanoc::Site#load_data call.")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.