module StringJoiner::BlankToString
Constants
- BLANK_RE
Public Instance Methods
blank?()
click to toggle source
# File lib/string_joiner.rb, line 10 def blank?; BLANK_RE === self end
# File lib/string_joiner.rb, line 10 def blank?; BLANK_RE === self end