<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -940,6 +940,9 @@ module Sinatra
         /active_support/,      # active_support require hacks
       ] unless self.const_defined?('CALLERS_TO_IGNORE')
 
+      # add rubinius (and hopefully other VM impls) ignore patterns ...
+      CALLERS_TO_IGNORE.concat(RUBY_IGNORE_CALLERS) if defined?(RUBY_IGNORE_CALLERS)
+
       # Like Kernel#caller but excluding certain magic entries and without
       # line / method information; the resulting array contains filenames only.
       def caller_files</diff>
      <filename>lib/sinatra/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5d6ac2a01278d4890d002d2598f29a81ee34157d</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/sinatra/sinatra/commit/043e987a33af962f7d8b59445c807a5d13fc473d</url>
  <id>043e987a33af962f7d8b59445c807a5d13fc473d</id>
  <committed-date>2009-04-30T11:10:09-07:00</committed-date>
  <authored-date>2009-04-30T11:10:08-07:00</authored-date>
  <message>Add RUBY_IGNORE_CALLERS to CALLERS_TO_IGNORE

Rubinius sets this to an array of kernel call
path patterns.</message>
  <tree>d997efa3c07355abe92791b23f5d52650b6ad73c</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
