lib/pupa/processor.rb in pupa-0.1.3 vs lib/pupa/processor.rb in pupa-0.1.4
- old
+ new
@@ -22,10 +22,10 @@
# (e.g. `redis://localhost:6379`) in which to dump JSON documents
# @param [Boolean] pipelined whether to dump JSON documents all at once
# @param [String] cache_dir the directory or Memcached address
# (e.g. `memcached://localhost:11211`) in which to cache HTTP responses
# @param [Integer] expires_in the cache's expiration time in seconds
- # @param [Integer,String] value_max_bytes the maximum Memcached item size
+ # @param [Integer] value_max_bytes the maximum Memcached item size
# @param [String] database_url the database URL
# @param [Boolean] validate whether to validate JSON documents
# @param [String] level the log level
# @param [String,IO] logdev the log device
# @param [Hash] options criteria for selecting the methods to run