1 2 3 4 5 6 7
# frozen_string_literal: true if String.method_defined?(:blank_as?) class String alias blank? blank_as? end end