class Nanoc::Core::Identifier::NonCoercibleObjectError

Public Class Methods

new(obj) click to toggle source
Calls superclass method
# File lib/nanoc/core/identifier.rb, line 40
def initialize(obj)
  super("#{obj.inspect} cannot be converted into a Nanoc::Core::Identifier")
end