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

Version Path
lg_pod_plugin-1.0.8 lib/command/cache.rb
lg_pod_plugin-1.0.7 lib/command/cache.rb
lg_pod_plugin-1.0.6 lib/command/cache.rb
lg_pod_plugin-1.0.4 lib/command/cache.rb
lg_pod_plugin-1.0.3 lib/command/cache.rb
lg_pod_plugin-1.0.2 lib/command/cache.rb
lg_pod_plugin-1.0.1 lib/command/cache.rb