fails(JRUBY-4457):Proc#source_location returns an Array
fails(JRUBY-4457):Proc#source_location sets the first value to the path of the file in which the proc was defined
fails(JRUBY-4457):Proc#source_location sets the last value to a Fixnum representing the line on which the proc was defined
fails(JRUBY-4457):Proc#source_location works even if the proc was created on the same line
fails(JRUBY-4457):Proc#source_location returns the first line of a multi-line proc (i.e. the line containing 'proc do')
fails(JRUBY-4457):Proc#source_location returns the location of the proc's body; not necessarily the proc itself
