method

empty?

ruby latest stable - Class: Gem::Platform

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

empty?()
public

No documentation available.

# File lib/rubygems/platform.rb, line 112
  def empty?
    to_s.empty?
  end