Scale using the given source and destination, with this numeric as input.
Parameters:
Returns:
20 21 22
# File 'lib/scale/core_ext.rb', line 20 def scaled_using(source, destination) Scale.transform(self).using(source, destination) end