1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Merge pull request #303 from timfel/master

Exclude Maglev bootstrap classes from caller_files
This commit is contained in:
Konstantin Haase 2011-06-16 01:57:27 -07:00
commit 1aaa9fb5ef

View file

@ -1287,7 +1287,8 @@ module Sinatra
/rubygems\/custom_require\.rb$/, # rubygems require hacks
/active_support/, # active_support require hacks
/bundler(\/runtime)?\.rb/, # bundler require hacks
/<internal:/ # internal in ruby >= 1.9.2
/<internal:/, # internal in ruby >= 1.9.2
/src\/kernel\/bootstrap\/[A-Z]/ # maglev kernel files
]
# add rubinius (and hopefully other VM impls) ignore patterns ...