class Cucumber::Ast::Step

def text_length

def text_length
  @keyword.jlength + @name.jlength + INDENT # Add indent as steps get indented more than scenarios
end