class RecordX
Public Instance Methods
last_modified()
click to toggle source
# File lib/weekly_planner.rb, line 12 def last_modified v = @last_modified v.empty? ? nil : Date.parse(v) end
# File lib/weekly_planner.rb, line 12 def last_modified v = @last_modified v.empty? ? nil : Date.parse(v) end