# File lib/clamp/attribute/instance.rb, line 56
      def write(value)
        command.send(attribute.write_method, value)
      end