Sha256: 12d2e64aa04443655edb1e1a202203a5d457f07afd9655db175099b238b14e2e
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
class Exercism module Adapters class Python < Adapter def execute(*commands) `python #{commands.join(' ')}` end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exercism-analysis-0.1.1 | lib/exercism-analysis/adapters/python.rb |