16 17 18 19
# File 'lib/unitsdb/commands/_modify.rb', line 16 def normalize(input = nil, output = nil) require_relative "normalize" Normalize.new(options).run(input, output) end