class Cucumber::Formatter::Usage

def max_length

def max_length
  [max_stepdef_length, max_step_length].compact.max
end