class Nanoc::Identifier::InvalidIdentifierError
@api private
Public Class Methods
new(string)
click to toggle source
Calls superclass method
# File lib/nanoc/base/entities/identifier.rb, line 7 def initialize(string) super("Invalid identifier (does not start with a slash): #{string.inspect}") end