Sha256: 5c063382a6279fa7d4830081d738b94b48e9d7a2c0ef3ae87ea14efaf711e41b
Contents?: true
Size: 306 Bytes
Versions: 7
Compression:
Stored size: 306 Bytes
Contents
# require 'claide' # # module LgPodPlugin # class Cache < Command # self.abstract_command = true # self.summary = 'Inter-process communication' # def initialize(argv) # # end # def output_pipe # pp "hello world" # end # # def run # pp "run" # end # end # end
Version data entries
7 entries across 7 versions & 1 rubygems