Sha256: fe4e5d8e25600f45b15f3c461f58e5c8b319422b116c3d8ba400e30ac893a81f
Contents?: true
Size: 157 Bytes
Versions: 5
Compression:
Stored size: 157 Bytes
Contents
module TypoGen class CLI def self.run(word, options: {}) typo_list = Typo.create(word, options: options) puts typo_list end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
typogen-0.2.2 | lib/typogen/cli.rb |
typogen-0.2.1 | lib/typogen/cli.rb |
typogen-0.2.0 | lib/typogen/cli.rb |
typogen-0.1.1 | lib/typogen/cli.rb |
typogen-0.1.0 | lib/typogen/cli.rb |