1 2 3 4 5 6 7 8
# -*- coding: utf-8 -*- # # frozen_string_literal: true module Rouge def self.version "4.5.2" end end