Flowdock
method

wordy

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: PlatformMismatch
wordy() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/errors.rb, line 25
  def wordy
    prefix = "Found #{@name} (#{@version})"

    if @platforms.size == 1
      "#{prefix}, but was for platform #{@platforms[0]}"
    else
      "#{prefix}, but was for platforms #{@platforms.join(' ,')}"
    end
  end
Register or log in to add new notes.