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