Class: Forger::Clean
Instance Method Summary
collapse
Methods inherited from Command
alter_command_description, command_help, dispatch
Instance Method Details
#ami(query) ⇒ Object
7
8
9
|
# File 'lib/forger/clean.rb', line 7
def ami(query)
Cleaner::Ami.new(options.merge(query: query)).clean
end
|