class TPM::Tpm2bName

Public Instance Methods

valid_for?(other_name) click to toggle source
# File lib/tpm/tpm2b_name.rb, line 13
def valid_for?(other_name)
  name.to_binary_s == other_name
end