module AwsCliConfigParser::Refined::Strings

Public Instance Methods

blank?() click to toggle source
# File lib/aws_cli_config_parser/refined/strings.rb, line 8
def blank?
  AwsCliConfigParser::Refined::BLANK_RE === self
end