class Synqa::Sha256Command
Hash command for sha256, which generates a 64 hexadecimal digit hash, and outputs one character between the hash and the file name, and which requires a “-r” argument to put the hash value first.
Public Class Methods
new()
click to toggle source
Calls superclass method
Synqa::HashCommand::new
# File lib/synqa.rb, line 100 def initialize super(["sha256", "-r"], 64, 1) end