Method: Time#inspect

Defined in:
lib/source/ruby.rb

#inspectObject

call-seq:

time.inspect -> string
time.to_s    -> string

Returns a string representing time.

Time.now.inspect    #=> "Tue Sep 23 2008 22:10:22 GMT-0400 (EDT)"


6507
6508
6509
# File 'lib/source/ruby.rb', line 6507

def inspect
  `$q(''+this)`
end