Method: ContextIO::File#indexed_at

Defined in:
lib/contextio/file.rb

#indexed_atObject



26
27
28
# File 'lib/contextio/file.rb', line 26

def indexed_at
  @indexed_at ||= Time.at(indexed_at)
end