Skip to content

Instantly share code, notes, and snippets.

@n3bulous
Created September 8, 2008 01:58
Show Gist options
  • Save n3bulous/9358 to your computer and use it in GitHub Desktop.
Save n3bulous/9358 to your computer and use it in GitHub Desktop.
>> require 'rubygems'
=> true
>> require 'feed-normalizer'
=> true
>> puts DECLARATION
NameError: uninitialized constant DECLARATION
from (irb):3
from :0
>> require 'rexml/Document'
/opt/local/lib/ruby/1.8/rexml/Document.rb:25: warning: already initialized constant DECLARATION
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment