class DateTime
Public Instance Methods
to_euro_lunch()
click to toggle source
# File _plugins/feeds.rb, line 9 def to_euro_lunch self.to_date.to_datetime + 0.6 end
# File _plugins/feeds.rb, line 9 def to_euro_lunch self.to_date.to_datetime + 0.6 end