Method: Slop::Option#underscore_flags?

Defined in:
lib/slop/option.rb

#underscore_flags?Boolean

Returns true if this option should be displayed with dashes transformed into underscores.

Returns:

  • (Boolean)


141
142
143
# File 'lib/slop/option.rb', line 141

def underscore_flags?
  config[:underscore_flags]
end