module Cucumber::FeatureElement

def max_line_length

def max_line_length
  @steps.max_line_length(self)
end