class BBLib::OptsParser::Time

Protected Instance Methods

format_value(value) click to toggle source

TODO Support custom formats

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