Use regexp syntax to_source can reproduce

This commit is contained in:
Markus Schirp 2013-02-16 21:36:24 +01:00
parent 4b8f0225f9
commit 8c29003517

View file

@ -18,7 +18,7 @@ module Mutant
# Methods within rbx kernel directory are precompiled and their source
# cannot be accessed via reading source location
BLACKLIST = %r(\Akernel/).freeze
BLACKLIST = /\Akernel\//.freeze
# Enumerate matches
#