This file is indexed.

/usr/share/doc/ruby-odbc/examples/test/10create_table.rb is in ruby-odbc 0.99995-2+b8.

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

The actual contents of the file can be viewed below.

1
$c.run("create table test (id int not null, str varchar(32) not null)")