Flowdock
method

have_rdoc_4_plus?

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Server
have_rdoc_4_plus?() public

No documentation

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

Hide source
# File lib/rubygems/server.rb, line 473
  def have_rdoc_4_plus?
    @have_rdoc_4_plus ||=
      Gem::Requirement.new('>= 4.0.0.preview2').satisfied_by? Gem::RDoc.rdoc_version
  end
Register or log in to add new notes.