# File lib/redis.rb, line 5 def initialize(reply_type) super("Got '\#{reply_type}' as initial reply byte.\nIf you're running in a multi-threaded environment, make sure you\npass the :thread_safe option when initializing the connection.\nIf you're in a forking environment, such as Unicorn, you need to\nconnect to Redis after forking.\n".gsub(/(?:^|\n)\s*/, " ")) end