Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
rubygems/serverライブラリ
Gem::Serverクラス
run
singleton method Gem::Server.run
run(options) -> Gem::Server
[
permalink
][
rdoc
]
与えられたオプションを使用してサーバを起動します。
[PARAM] options:
オプションを表すハッシュを指定します。含まれるキーは :gemdir, :port, :daemon です。
[SEE_ALSO]
Gem::Server.new