Skip to content

Instantly share code, notes, and snippets.

@misfo
Created September 26, 2013 15:52
Show Gist options
  • Save misfo/6716155 to your computer and use it in GitHub Desktop.
Save misfo/6716155 to your computer and use it in GitHub Desktop.
p RUBY_VERSION #=> "2.0.0"
require 'adamantium'
require 'adamantium/version' # not required by default, oops!
p Adamantium::VERSION #=> "0.1.0"
class Something
include Adamantium
end
p Something.new.singleton_class.frozen? #=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment