# File lib/color/grayscale.rb, line 204
  def inspect
    "Gray [%.2f%%]" % [ gray ]
  end