Sha256: df7619a9adf0ebd2a0351c48bceb1b0c5d24bbac62005d402d4968381896fd4d
Contents?: true
Size: 428 Bytes
Versions: 4
Compression:
Stored size: 428 Bytes
Contents
# frozen_string_literal: true class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Language syntax_highlighter 'python' class Python2Point7 < Coursemology::Polyglot::Language::Python concrete_language 'Python 2.7', docker_image: 'python:2.7' end class Python3Point4 < Coursemology::Polyglot::Language::Python concrete_language 'Python 3.4', docker_image: 'python:3.4' end end
Version data entries
4 entries across 4 versions & 1 rubygems