class Gem::PlatformMismatch

def wordy

A wordy description of the error.
#
def wordy
  "Found %s (%s), but was for platform%s %s" %
    [@name,
     @version,
     @platforms.size == 1 ? '' : 's',
     @platforms.join(' ,')]
end