未验证 提交 0e038e17 编写于 作者: F Francesco Rodríguez 提交者: GitHub

Hide PG::Connection from API docs [ci skip]

上级 732e85e4
......@@ -5,7 +5,7 @@
require "pg"
# Use async_exec instead of exec_params on pg versions before 1.1
class ::PG::Connection
class ::PG::Connection # :nodoc:
unless self.public_method_defined?(:async_exec_params)
remove_method :exec_params
alias exec_params async_exec
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册