# File lib/factory_girl/syntax/methods.rb, line 62 def create(name, *traits_and_overrides, &block) run_factory_girl_proxy(name, traits_and_overrides, Proxy::Create, &block) end