module Cucumber::Ast::FeatureElement

def max_line_length

def max_line_length
  @steps.max_line_length(self)
end