# File lib/rspec/core/metadata.rb, line 25 def file_and_line_number first_caller_from_outside_rspec =~ /(.+?):(\d+)(|:\d+)/ return [$1, $2.to_i] end