# frozen_string_literal: true module Codebreaker module Valid def valid? validate! true rescue StandardError false end end end