class CSL::Info::Updated
Public Instance Methods
Source
# File lib/csl/info.rb, line 266 def to_time return if empty? Time.parse(to_s) end
Also aliased as: to_date
# File lib/csl/info.rb, line 266 def to_time return if empty? Time.parse(to_s) end