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