Ruby/Справочник/Time: различия между версиями

Содержимое удалено Содержимое добавлено
Строка 21:
[[#Time#+|+]], [[#Time#-|-]], [[#Time#<=>|<=>]], [[#Time#_dump|_dump]], [[#Time#asctime|asctime]], [[#Time#ctime|ctime]], [[#Time#day|day]], [[#Time#dst?|dst?]], [[#Time#eql?|eql?]], [[#Time#getgm|getgm]], [[#Time#getlocal|getlocal]], [[#Time#getutc|getutc]], [[#Time#gmt?|gmt?]], [[#Time#gmt_offset|gmt_offset]], [[#Time#gmtime|gmtime]], [[#Time#gmtoff|gmtoff]], [[#Time#hash|hash]], [[#Time#hour|hour]], [[#Time#httpdate|httpdate]], [[#Time#inspect|inspect]], [[#Time#isdst|isdst]], [[#Time#iso8601|iso8601]], [[#Time#localtime|localtime]], [[#Time#marshal_dump|marshal_dump]], [[#Time#marshal_load|marshal_load]], [[#Time#mday|mday]], [[#Time#min|min]], [[#Time#month|month]], [[#Time#mon|mon]], [[#Time#rfc2822|rfc2822]], [[#Time#rfc822|rfc822]], [[#Time#sec|sec]], [[#Time#strftime|strftime]], [[#Time#succ|succ]], [[#Time#to_a|to_a]], [[#Time#to_f|to_f]], [[#Time#to_i|to_i]], [[#Time#to_s|to_s]], [[#Time#to_yaml|to_yaml]], [[#Time#tv_sec|tv_sec]], [[#Time#tv_usec|tv_usec]], [[#Time#usec|usec]], [[#Time#utc?|utc?]], [[#Time#utc_offset|utc_offset]], [[#Time#utc|utc]], [[#Time#wday|wday]], [[#Time#xmlschema|xmlschema]], [[#Time#yday|yday]], [[#Time#year|year]], [[#Time#zone|zone]]
===Time::_load===
<source <ttlang="ruby">Time._load(string) #=&gt;> time</ttsource>
----
Unmarshal a dumped <ttcode>Time</ttcode> object.
<tt>Time._load(string) =&gt; time</tt>
 
----
Unmarshal a dumped <tt>Time</tt> object.
===Time::apply_offset===
----