num linear(num ratio)

Source

static num linear(num ratio) {
  return ratio;
}