Method: Vedeu::Distributed::Subprocess#timestamp

Defined in:
lib/vedeu/distributed/subprocess.rb

#timestampObject (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

return [Fixnum]



98
99
100
# File 'lib/vedeu/distributed/subprocess.rb', line 98

def timestamp
  @timestamp ||= Time.now.to_i
end