Skip to content

Instantly share code, notes, and snippets.

@benschwarz
Created August 6, 2009 12:41
Show Gist options
  • Save benschwarz/163280 to your computer and use it in GitHub Desktop.
Save benschwarz/163280 to your computer and use it in GitHub Desktop.
>> require 'moneta/memcache'
=> true
>> Moneta::Memcache
=> Moneta::Memcache
>> m = Moneta::Memcache.new :server => "127.0.0.1:11211"
NameError: uninitialized constant Moneta::Memcache::MemCache
from /Library/Ruby/Gems/1.8/gems/moneta-0.6.0/lib/moneta/memcache.rb:15:in `initialize'
from (irb):4:in `new'
from (irb):4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment