# File lib/factory_girl/syntax/methods.rb, line 33 def build(name, overrides = {}) FactoryGirl.factory_by_name(name).run(Proxy::Build, overrides) end