# File lib/camping-unabridged.rb, line 636
636:     def method_missing(m, c, *a)
637:       X.M
638:       h = Hash === a[-1] ? a.pop : {}
639:       e = H[Rack::MockRequest.env_for('',h.delete(:env)||{})]
640:       k = X.const_get(c).new(e,m.to_s)
641:       h.each { |i, v| k.send("#{i}=", v) }
642:       k.service(*a)
643:     end