43 44 45 46 47 48 49
# File 'lib/ciesta/class_methods.rb', line 43 def proxy @proxy ||= begin m = Module.new include m m end end