Class: DateTime

Inherits:
Object show all
Defined in:
lib/yandex-webmaster/core_ext/date_time.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



4
5
6
# File 'lib/yandex-webmaster/core_ext/date_time.rb', line 4

def inspect
  self.strftime("%a, %d %b %Y %H:%M:%S %z")
end