# File bin/el4r-instance, line 76
    def name_rb2el(rbname)
      rbname.gsub(/_/, "-")
    end