Sha256: ce21cc477aebfe05979b4c5a5f6b84362d8e77a4ad61fac9c2ea50bf5d00b68f
Contents?: true
Size: 956 Bytes
Versions: 1
Compression:
Stored size: 956 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 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 Python3Point7 < Coursemology::Polyglot::Language::Python concrete_language 'Python 3.9', docker_image: 'python:3.9' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coursemology-polyglot-0.3.1 | lib/coursemology/polyglot/language/python.rb |