module Checky::Validators::Binary
Public Instance Methods
check()
click to toggle source
:reek: UtilityFunction
# File lib/checky/validators/binary.rb, line 6 def check !storage.binary.which.to_s.empty? end
message()
click to toggle source
:reek: UtilityFunction
# File lib/checky/validators/binary.rb, line 11 def message "Checking for #{storage.binary}" end