Remove a useless method in the fixture template class

上级 f3fc5c4b
......@@ -7,10 +7,6 @@ def initialize(hash = {}, options = {})
private
def or_extensions(array)
"(?:" << array.map {|e| e && Regexp.escape(".#{e}")}.join("|") << ")"
end
def query(path, exts)
query = Regexp.escape(path)
exts.each do |ext|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册