提交 13cbe12a 编写于 作者: A Andrew White

Remove unused method

In c546a2b0 parameter handling in AC test cases was changed to
round tripping through encoders/decoders so that they matched
reality and in 0adb8f8f the old methods were removed but the
`html_format?` method was overlooked.
上级 7b31b06d
......@@ -668,11 +668,6 @@ def check_required_ivars
end
end
end
def html_format?(parameters)
return true unless parameters.key?(:format)
Mime.fetch(parameters[:format]) { Mime["html"] }.html?
end
end
include Behavior
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册