Method: CommandMapper::Types::Str#allow_empty?
- Defined in:
- lib/command_mapper/types/str.rb
#allow_empty? ⇒ Boolean
Specifies whether the option's value may accept empty values.
30 31 32 |
# File 'lib/command_mapper/types/str.rb', line 30 def allow_empty? @allow_empty end |