Package: ruby-pg / 0.18.4-2

0003-reproducible-docs.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: make documentation reproducible
Author: Antonio Terceiro <terceiro@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834541
Last-Update: 2016-10-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/pg/result.rb
+++ b/lib/pg/result.rb
@@ -23,4 +23,5 @@ class PG::Result
 end # class PG::Result
 
 # Backward-compatible alias
+# :nodoc:
 PGresult = PG::Result