import AbstractLanguage from './AbstractLanguage' export default class extends AbstractLanguage { constructor() { super('Ruby', '#', 'rb') } }