Use regexp syntax to_source can reproduce
This commit is contained in:
parent
4b8f0225f9
commit
8c29003517
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue