class String

Constants

BLANK_RE

Public Instance Methods

blank?() click to toggle source
# File lib/octokom/core_ext/blank.rb, line 42
def blank?
  BLANK_RE === self
end