Method: Beetle::Message#now

Defined in:
lib/beetle/message.rb

#nowObject

current time (UNIX timestamp)



137
138
139
# File 'lib/beetle/message.rb', line 137

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