Sha256: 39d28282d6581ad81c67a2944fb1d055b4bf34059ab1aa833c540f0c4e3d0d11
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true require_relative 'option_parser/trollop' module ArticleFixtureGen module Exe # Individual item hash based on parser, such as Trollop. To change to a # different parser, implement an equivalent of `Trollop::OptionParser` with # the new parser and change the parent class of this class. Voila. class OptionParser < Trollop::OptionParser end # class ArticleFixtureGen::Exe::OptionParser end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
article_fixture_gen-0.1.2 | lib/article_fixture_gen/exe/option_parser.rb |
article_fixture_gen-0.1.1 | lib/article_fixture_gen/exe/option_parser.rb |