class Cucumber::Formatter::Pretty

def print_background_line(background)

def print_background_line(background)
  print_keyword_name(background.keyword, background.name, 2, "#{current_feature_uri}:#{background.location.line}")
end