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

Merge pull request #1315 from Ice-Storm/master

Remove a space in comment
This commit is contained in:
Zachary Scott 2017-07-04 14:47:54 +09:00 committed by GitHub
commit c765519012

View file

@ -1160,7 +1160,7 @@ module Sinatra
class << self
CALLERS_TO_IGNORE = [ # :nodoc:
/\/sinatra(\/(base|main|show_exceptions))?\.rb$/, # all sinatra code
/\/sinatra(\/(base|main|show_exceptions))?\.rb$/, # all sinatra code
/lib\/tilt.*\.rb$/, # all tilt code
/^\(.*\)$/, # generated code
/rubygems\/(custom|core_ext\/kernel)_require\.rb$/, # rubygems require hacks