Sha256: 4e12ff131820b80399b105d58b7139b151d748c850071f0800a84b53ce8d08ca

Contents?: true

Size: 182 Bytes

Versions: 1

Compression:

Stored size: 182 Bytes

Contents

require_relative "base"

module RoCommands
  class Try < Base
    desc usage("try"), ""

    def try_meth(*args)
      Out.out "puts try_meth args:#{args.flatten}"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ro_commands-0.0.1 lib/ro_commands/try.rb