class Synqa::Sha256SumCommand

Hash command for sha256sum, which generates a 64 hexadecimal digit hash, and outputs two characters between the hash and the file name.

Public Class Methods

new() click to toggle source
Calls superclass method Synqa::HashCommand::new
# File lib/synqa.rb, line 92
def initialize
  super(["sha256sum"], 64, 2)
end