Sha256: 8bdf2367c92128f9a14cc416c96302f47e8879761bd6d70beced2c421e1eab95
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
# # testing ruote-beanstalk # # Mon May 3 19:00:00 JST 2010 # require 'yajl' rescue require 'json' require 'rufus-json' Rufus::Json.detect_backend require 'ruote/beanstalk' def new_storage (opts) Ruote::Beanstalk::BsStorage.new('127.0.0.1:11300', opts) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruote-beanstalk-2.1.10 | test/functional_connection.rb |