Sha256: 72be1debdf7b57e5d5610996f283b3b165e2049f507ade44c158c2dfc3ededf4
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Language class Python2Point7 < Coursemology::Polyglot::Language::Python class << self def display_name 'Python 2.7' end end end class Python3Point4 < Coursemology::Polyglot::Language::Python class << self def display_name 'Python 3.4' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coursemology-polyglot-0.0.1 | lib/coursemology/polyglot/language/python.rb |