module Cucumber::FeatureElement

def first_line_length

def first_line_length
  name_line_lengths[0]
end