# File lib/factory_girl/declaration/static.rb, line 4 def initialize(name, value, ignored = false) super(name, ignored) @value = value end