class Cucumber::Formatter::Pretty

def print_language_comment(feature_line)

def print_language_comment(feature_line)
  gherkin_source.split("\n")[0..feature_line].each do |line|
    @io.puts(format_string(line, :comment)) if /# *language *:/ =~ line
  end
end