Sha256: 20244525ce282106c98b05e60f9f604e687d32c262dcff53ad7f60c163cda4b3
Contents?: true
Size: 351 Bytes
Versions: 21
Compression:
Stored size: 351 Bytes
Contents
# 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
Version data entries
21 entries across 21 versions & 1 rubygems