# File lib/rd/rbl-file.rb, line 26
    def RBLFile.basename(path)
      if /\.(rd|rb)$/ === path
        $`
      else
        path
      end
    end