class Nanoc::RuleDSL::RecordingExecutor::PathWithoutInitialSlashError
Public Class Methods
new(rep, basic_path)
click to toggle source
Calls superclass method
# File lib/nanoc/rule_dsl/recording_executor.rb, line 5 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