Sha256: b1d3f891c034ed1c4612b41c0845155c09d2ec3976a789cef17e7743289aaeda

Contents?: true

Size: 170 Bytes

Versions: 3

Compression:

Stored size: 170 Bytes

Contents

require 'stringio'
require 'test_helper'

module Trollop

  class ParserOptTest < ::MiniTest::Test

    private

    def parser
      @p ||= Parser.new
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trollop-2.9.10 test/trollop/parser_opt_test.rb
trollop-2.9.9 test/trollop/parser_opt_test.rb
trollop-2.1.3 test/trollop/parser_opt_test.rb