class BBLib::OptsParser::Date

Protected Instance Methods

format_value(value) click to toggle source

TODO Support custom formats

# File lib/bblib/cli/options/date.rb, line 8
def format_value(value)
  ::Date.parse(value)
end