# File lib/eymiha/units/numeric_with_units.rb, line 591 def convert(target_units=nil) target_units ? align(1.unite(target_units),false) : clone end