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