lib/makit/mp/command_request.mp.rb in makit-0.0.21 vs lib/makit/mp/command_request.mp.rb in makit-0.0.22

- old
+ new

@@ -1,13 +1,16 @@ -# frozen_string_literal: true -require "digest" - -module Makit - module V1 - class CommandRequest - def to_hash - int_hash = Digest::SHA256.hexdigest("{self.name}.#{self.arguments.join(" ")}") - int_hash - end - end - end -end # module Makit +# frozen_string_literal: true +require "digest" + +module Makit + module V1 + #class CommandRequest + # def to_hash + # int_hash = Digest::SHA256.hexdigest("{self.name}.#{self.arguments.join(" ")}") + # int_hash + # end + # def to_hash_string + # hash_string = "#{int_hash}" + # end + # end + end +end # module Makit