Sha256: 9015990126c3fc50294e404547000ce0653d2a0a6ad1493d9bac2760471a429b
Contents?: true
Size: 321 Bytes
Versions: 17
Compression:
Stored size: 321 Bytes
Contents
module Apprepo # Responsible for performing commands # will replace contents of commands-generator. module Command # Command class class Make def run fputs 'make run executed' end end # Legacy classless run method def run fputs 'legacy run executed' end end end
Version data entries
17 entries across 17 versions & 1 rubygems