class Fabrication::InfiniteRecursionError
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/fabrication/errors/infinite_recursion_error.rb, line 3 def initialize(name) super("You appear to have infinite recursion with the `#{name}` fabricator") end