class TypoGen::CLI

Public Class Methods

run(word, options: {}) click to toggle source
# File lib/typogen/cli.rb, line 3
def self.run(word, options: {})
  typo_list = Typo.create(word, options: options)

  puts typo_list
end