Files
webmin--webmin/apache/mod_ruby.pl
T
2026-07-13 13:12:17 +08:00

14 lines
155 B
Raku
Executable File

# mod_ruby.pl
sub mod_ruby_directives
{
$rv = [ ];
return &make_directives($rv, $_[0], "mod_ruby");
}
sub mod_ruby_handlers
{
return ("ruby-object");
}