Flowdock
method

installable?

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Platform
installable?(spec) public

No documentation

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

Hide source
# File lib/rubygems/platform.rb, line 32
  def self.installable?(spec)
    if spec.respond_to? :installable_platform?
      spec.installable_platform?
    else
      match spec.platform
    end
  end
Register or log in to add new notes.