This file is indexed.

/usr/share/doc/ruby-packet/examples/asteroid.h is in ruby-packet 0.1.15-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
static VALUE asteroid_s_run(VALUE Self, VALUE Host, VALUE Port, VALUE Module);
static VALUE asteroid_s_stop(VALUE Self);
static VALUE asteroid_s_now(VALUE Self);
static VALUE asteroid_server_send_data(VALUE Self, VALUE Data);
static VALUE asteroid_server_write_and_close(VALUE Self);