Flowdock
method

runtime?

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Dependency
runtime?() public

No documentation

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

Hide source
# File lib/rubygems/dependency.rb, line 168
  def runtime?
    @type == :runtime || !@type
  end
Register or log in to add new notes.