webmin/apache/mod_ruby.pl
2009-07-20 23:42:32 -07: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");
}