Skip to content

Instantly share code, notes, and snippets.

@hinrik
Created March 18, 2012 22:31
Show Gist options
  • Save hinrik/2083182 to your computer and use it in GitHub Desktop.
Save hinrik/2083182 to your computer and use it in GitHub Desktop.
/home/hinrik/.rvm/gems/ruby-1.9.3-p0/gems/celluloid-0.9.0/lib/celluloid.rb:88:in `new': undefined local variable or method `allocate' for Connector:Module (NameError)
from lib/connector.rb:11:in `<main>'
##################
require 'celluloid/io'
module Connector
include Celluloid::IO
def initialize
@client = TCPSocket.new('irc.freenode.net', 6667)
end
end
Connector.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment