Sha256: e7e4a9d97d4dbd39eba939273eef40041183e295b27aba9c3d4012a445cec84c
Contents?: true
Size: 364 Bytes
Versions: 1
Compression:
Stored size: 364 Bytes
Contents
class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Language 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coursemology-polyglot-0.0.3 | lib/coursemology/polyglot/language/python.rb |