Class: TypoGen::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/typogen/cli.rb

Class Method Summary collapse

Class Method Details

.run(word, options: {}) ⇒ Object



3
4
5
6
7
# File 'lib/typogen/cli.rb', line 3

def self.run(word, options: {})
  typo_list = Typo.create(word, options: options)

  puts typo_list
end