mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/date/delta.rb: added an rdoc tag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f3a72d4905
commit
d41305b393
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Oct 17 22:36:33 2010 Tadayoshi Funaba <tadf@dotrb.org>
|
||||||
|
|
||||||
|
* lib/date/delta.rb: added an rdoc tag.
|
||||||
|
|
||||||
Sun Oct 17 10:47:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Oct 17 10:47:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* variable.c (rb_mod_remove_const): update rdoc.
|
* variable.c (rb_mod_remove_const): update rdoc.
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# delta.rb: Written by Tadayoshi Funaba 2004-2009
|
# delta.rb: Written by Tadayoshi Funaba 2004-2010
|
||||||
|
|
||||||
require 'date'
|
require 'date'
|
||||||
require 'date/delta/parser'
|
require 'date/delta/parser'
|
||||||
|
|
||||||
class Date
|
class Date
|
||||||
|
|
||||||
class Delta
|
class Delta # :nodoc:
|
||||||
|
|
||||||
include Comparable
|
include Comparable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue