# File lib/facets/more/autovivify.rb, line 8 def method_missing( name, *args, &block ) oo = OpenObject.new (class << self; self; end).send( :define_method, name ) { oo } end