class String

Constants

BLANK_PATTERN

Public Instance Methods

blank?() click to toggle source
# File lib/shiritori/convert.rb, line 4
def blank?
  self.size == 0 or self == BLANK_PATTERN
end