Skip to content

Instantly share code, notes, and snippets.

@quinn
Created November 10, 2008 04:41
Show Gist options
  • Save quinn/23418 to your computer and use it in GitHub Desktop.
Save quinn/23418 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'metaid'
o= Object.new
module Mixd
def sommeth
puts 'k'
end
end
o.metaclass.send :include, Mixd
o.sommeth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment