# File lib/loquacious/undefined.rb, line 86
    def method_missing( method, *args, &block )
      key = @key.dup << method.to_s
      Undefined.warn key
      return Undefined.new(key)
    end