class BBLib::OptsParser::String
Protected Instance Methods
format_value(value)
click to toggle source
# File lib/bblib/cli/options/string.rb, line 7 def format_value(value) value.to_s end
# File lib/bblib/cli/options/string.rb, line 7 def format_value(value) value.to_s end