提交 e1cb956c 编写于 作者: R Rafael Mendonça França

Merge pull request #15054 from mechanicles/documentation-consistency

Keep method's description/documentation consistent [ci skip]
......@@ -65,14 +65,14 @@ def add_silencer(&block)
@silencers << block
end
# Will remove all silencers, but leave in the filters. This is useful if
# your context of debugging suddenly expands as you suspect a bug in one of
# Removes all silencers, but leaves in the filters. Useful if your
# context of debugging suddenly expands as you suspect a bug in one of
# the libraries you use.
def remove_silencers!
@silencers = []
end
# Removes all filters, but leaves in silencers. Useful if you suddenly
# Removes all filters, but leaves in the silencers. Useful if you suddenly
# need to see entire filepaths in the backtrace that you had already
# filtered out.
def remove_filters!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册