Flowdock
method

build_message

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: MissingSpecError
build_message() private

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 40
    def build_message
      total = Gem::Specification.stubs.size
      "Could not find '#{name}' (#{requirement}) among #{total} total gem(s)\n"
    end
Register or log in to add new notes.