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