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