Method: CommandMapper::Types::Str#allow_blank?

Defined in:
lib/command_mapper/types/str.rb

#allow_blank?Boolean

Specifies whether the option's value may accept blank values.

Returns:

  • (Boolean)


41
42
43
# File 'lib/command_mapper/types/str.rb', line 41

def allow_blank?
  @allow_blank
end