mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[ruby/time] [DOC] nodoc VERSION
This file is parsed as a part of Ruby documentation, and this constant
appears in the built-in Time class unexpectedly.
f26f7ab689
This commit is contained in:
parent
e6b9348eb9
commit
caf0d2058a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ require 'date'
|
||||||
|
|
||||||
class Time
|
class Time
|
||||||
|
|
||||||
VERSION = "0.4.0"
|
VERSION = "0.4.0" # :nodoc:
|
||||||
|
|
||||||
class << Time
|
class << Time
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue