Method: CSL::Info#updated_at
- Defined in:
- lib/csl/info.rb
#updated_at ⇒ Time?
Returns when the info node’s parent was last updated.
106 107 108 109 |
# File 'lib/csl/info.rb', line 106 def updated_at return unless has_updated? updated.to_time end |