Method: CSL::Info::Updated#to_time
- Defined in:
- lib/csl/info.rb
#to_time ⇒ Object Also known as: to_date
266 267 268 269 |
# File 'lib/csl/info.rb', line 266 def to_time return if empty? Time.parse(to_s) end |
266 267 268 269 |
# File 'lib/csl/info.rb', line 266 def to_time return if empty? Time.parse(to_s) end |