Sha256: 6409fb8693be058db3235549cc25758a7ff5803589e2e269f5a02dcfeac214fd
Contents?: true
Size: 551 Bytes
Versions: 1
Compression:
Stored size: 551 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coursemology-polyglot-0.2.4 | lib/coursemology/polyglot/language/python.rb |