Class: BANormalizedSearch::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/ba-normalizedsearch/cli.rb

Instance Method Summary collapse

Instance Method Details

#normalize(s) ⇒ Object



7
8
9
10
# File 'lib/ba-normalizedsearch/cli.rb', line 7

def normalize s
  @search = BANormalizedSearch::Search.new
  puts @search.normalize s
end