# File lib/rspec/core/metadata.rb, line 30 def first_caller_from_outside_rspec self[:caller].detect {|l| l !~ /\/lib\/rspec\/core/} end