Module: Assistant::Refinements::StringBlankness
- Defined in:
- lib/assistant/refinements/string_blankness.rb
Overview
Refines String with ‘#whitespace?`, true when a string is empty or contains only whitespace characters. Used by `InputBuilder` validators to treat whitespace-only strings as missing input without depending on ActiveSupport’s ‘String#blank?`.