300 301 302 303 304
# File 'lib/bluth.rb', line 300 def preprocess @attempts ||= 0 @messages ||= [] @create_time ||= Time.now.utc.to_f end