Sha256: 05632ca331cdeebed5a44723b5aa0947dd7b58143261259f428e083e6c7a1991
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
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 class Python3Point5 < Coursemology::Polyglot::Language::Python concrete_language 'Python 3.5', docker_image: 'python:3.5' end class Python3Point6 < Coursemology::Polyglot::Language::Python concrete_language 'Python 3.6', docker_image: 'python:3.6' end class Python3Point7 < Coursemology::Polyglot::Language::Python concrete_language 'Python 3.7', docker_image: 'python:3.7' end class Python3Point9 < Coursemology::Polyglot::Language::Python concrete_language 'Python 3.9', docker_image: 'python:3.9' end class Python3Point10 < Coursemology::Polyglot::Language::Python concrete_language 'Python 3.10', docker_image: 'python:3.10' end class Python3Point10 < Coursemology::Polyglot::Language::Python concrete_language 'Python 3.12', docker_image: 'python:3.12' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coursemology-polyglot-0.3.7 | lib/coursemology/polyglot/language/python.rb |
coursemology-polyglot-0.3.6 | lib/coursemology/polyglot/language/python.rb |