Sha256: cdb77ced97c864aa80d91943136855d5fc6f6a7f4047d70d0b70be098211bd7b

Contents?: true

Size: 185 Bytes

Versions: 7

Compression:

Stored size: 185 Bytes

Contents

module Memo
  class Cli
    module Command
      class Help
        def initialize(*); end

        def call
          puts Usage::Help.new.to_s
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ememo-0.1.8 lib/memo/cli/command/help.rb
ememo-0.1.7 lib/memo/cli/command/help.rb
ememo-0.1.6 lib/memo/cli/command/help.rb
ememo-0.1.5 lib/memo/cli/command/help.rb
ememo-0.1.4 lib/memo/cli/command/help.rb
ememo-0.1.3 lib/memo/cli/command/help.rb
ememo-0.1.2 lib/memo/cli/command/help.rb