1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rss/trackback.rb: [DOC] Hide RSS::Trackback from rdoc

Patch by Steve Klabnik [Bug #8755] [ruby-core:56456]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-08-09 20:46:48 +00:00
parent 180d461a22
commit 8f61bbf314
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sat Aug 10 05:44:08 2013 Zachary Scott <e@zzak.io>
* lib/rss/trackback.rb: [DOC] Hide RSS::Trackback from rdoc
Patch by Steve Klabnik [Bug #8755] [ruby-core:56456]
Sat Aug 10 04:52:21 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (big_div_struct): Use size_t.

View file

@ -1,7 +1,9 @@
# This file contains the implementation of trackbacks. It is entirely internal
# and not useful to outside developers.
require 'rss/1.0'
require 'rss/2.0'
module RSS
module RSS # :nodoc: all
TRACKBACK_PREFIX = 'trackback'
TRACKBACK_URI = 'http://madskills.com/public/xml/rss/module/trackback/'