Skip to content

Instantly share code, notes, and snippets.

@flexd
Created December 13, 2011 19:03
Show Gist options
  • Save flexd/1473381 to your computer and use it in GitHub Desktop.
Save flexd/1473381 to your computer and use it in GitHub Desktop.
kristoffer@dev:~/code/cinch$ ruby -I ./lib/ examples/plugins/memo.rb
/home/kristoffer/code/cinch/lib/cinch/storage/redis.rb:9:in `initialize': wrong number of arguments (1 for 2) (ArgumentError)
from /home/kristoffer/code/cinch/lib/cinch/storage/redis.rb:11:in `new'
from /home/kristoffer/code/cinch/lib/cinch/storage/redis.rb:11:in `initialize'
from /home/kristoffer/code/cinch/lib/cinch/plugin.rb:378:in `new'
from /home/kristoffer/code/cinch/lib/cinch/plugin.rb:378:in `initialize'
from examples/plugins/memo.rb:16:in `initialize'
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:11:in `new'
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:11:in `register_plugin'
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:16:in `block in register_plugins'
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:16:in `each'
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:16:in `register_plugins'
from /home/kristoffer/code/cinch/lib/cinch/bot.rb:268:in `start'
from examples/plugins/memo.rb:54:in `<main>'
kristoffer@dev:~/code/cinch$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment