class Nanoc::RuleDSL::ActionSequenceCalculator::PathWithoutInitialSlashError
Public Class Methods
new(rep, basic_path)
click to toggle source
Calls superclass method
# 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