module Dry::Logic::Predicates::Methods

def max_bytesize?(num, input)

def max_bytesize?(num, input)
  input.bytesize <= num
end