Method: Beetle::Message.now

Defined in:
lib/beetle/message.rb

.nowObject

current time (UNIX timestamp)



142
143
144
# File 'lib/beetle/message.rb', line 142

def self.now #:nodoc:
  Time.now.to_i
end