class Nanoc::RuleDSL::ActionSequenceCalculator::PathWithoutInitialSlashError
Public Class Methods
Source
# File lib/nanoc/rule_dsl/action_sequence_calculator.rb, line 24 def initialize(rep, basic_path) super("The path returned for the #{rep.inspect} item representation, “#{basic_path}”, does not start with a slash. Please ensure that all routing rules return a path that starts with a slash.") end
Calls superclass method