class Fabrication::DuplicateFabricatorError

Public Class Methods

new(string) click to toggle source
Calls superclass method
# File lib/fabrication/errors/duplicate_fabricator_error.rb, line 3
def initialize(string)
  super("'#{string}' is already defined")
end