We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067b198 commit a8db6a7Copy full SHA for a8db6a7
lib/pattern_patch/patch.rb
@@ -30,7 +30,6 @@ def from_yaml(path)
30
flags |= Regexp::MULTILINE
31
end
32
hash[:regexp] = Regexp.new matches[1], flags
33
- puts "Regexp from YAML: #{hash[:regexp].inspect}"
34
else
35
hash[:regexp] = /#{regexp_string}/
36
0 commit comments