Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/webby/utils.rb

Instance Method Summary collapse

Instance Method Details

#to_yObject



47
48
49
# File 'lib/webby/utils.rb', line 47

def to_y
  self.to_yaml.slice(4..-1).strip
end