# File lib/rhc/commands.rb, line 87
      def respond_to?(meth)
        super || meth.to_s =~ /^\w+(=)?$/
      end