1013件ヒット
[1001-1013件を表示]
(0.056秒)
別のキーワード
ライブラリ
- ビルトイン (12)
-
cgi
/ html (12) - csv (12)
- fileutils (48)
- mkmf (24)
- openssl (12)
- pathname (24)
-
rake
/ loaders / makefile (12) - rbconfig (12)
- rss (612)
-
rubygems
/ command (12) -
rubygems
/ ext / builder (12) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) -
rubygems
/ indexer (12) -
webrick
/ httpauth / basicauth (12) -
webrick
/ httpauth / digestauth (12) -
webrick
/ httpauth / userdb (12) -
webrick
/ httpservlet / filehandler (24)
クラス
-
Gem
:: Command (12) -
Gem
:: Ext :: Builder (12) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) -
Gem
:: Indexer (12) -
OpenSSL
:: PKey :: EC :: Point (12) - Pathname (24)
-
RSS
:: Maker :: ChannelBase (96) -
RSS
:: Maker :: ChannelBase :: SkipDaysBase (12) -
RSS
:: Maker :: ChannelBase :: SkipDaysBase :: DayBase (24) -
RSS
:: Maker :: ChannelBase :: SkipHoursBase (12) -
RSS
:: Maker :: ChannelBase :: SkipHoursBase :: HourBase (24) -
RSS
:: Maker :: ImageBase (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (48) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Enclosure (24) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid (24) -
RSS
:: Maker :: RSSBase (12) -
RSS
:: Maker :: TextinputBase (96) -
RSS
:: Maker :: XMLStyleSheets :: XMLStyleSheet (24) -
Rake
:: MakefileLoader (12) - Symbol (12)
-
WEBrick
:: HTTPAuth :: BasicAuth (12) -
WEBrick
:: HTTPAuth :: DigestAuth (12) -
WEBrick
:: HTTPServlet :: DefaultFileHandler (24)
モジュール
-
CGI
:: TagMaker (12) - FileUtils (48)
- Kernel (24)
- RbConfig (12)
-
WEBrick
:: HTTPAuth :: UserDB (12)
キーワード
-
$ topdir (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - CSV (12)
-
Data
_ Make _ Struct (12) - Day (24)
- DayBase (12)
- Hour (24)
- HourBase (12)
-
MAKEFILE
_ CONFIG (12) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) - SkipDays (24)
- SkipDaysBase (12)
- SkipHours (24)
- SkipHoursBase (12)
- Textinput (36)
- TextinputBase (12)
-
add
_ option (12) -
all
_ symbols (12) - build (36)
- content (24)
- content= (24)
- copyright (12)
- copyright= (12)
-
create
_ makefile (12) - description (48)
- description= (48)
- isPermaLink (12)
- isPermaLink= (12)
- link (12)
- link= (12)
- load (12)
-
make
_ affine! (12) -
make
_ link (12) -
make
_ partial _ content (12) -
make
_ passwd (36) -
make
_ symlink (12) -
make
_ temp _ directories (12) - makedirs (12)
-
mkdir
_ p (12) - mkpath (12)
-
nOE
_ element _ def (12) - name (12)
- name= (12)
-
new
_ day (12) -
new
_ hour (12) -
prepare
_ range (12) - pubDate (24)
- pubDate= (24)
- rake (12)
-
rake
/ gempackagetask (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / install _ command (12) - skipDays (12)
- skipHours (12)
- textinput (12)
- title (12)
- title= (12)
- type (24)
- type= (24)
- uptodate? (12)
検索結果
-
NEWS for Ruby 2
. 5 . 0 (12.0) -
NEWS for Ruby 2.5.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...の更新
* Array
* Array#append を追加 12746
* Array#prepend を追加 12746
* Data
* 非推奨になりました。C拡張のベースクラスでしたが、Rubyレベルに公開するのをやめました。3072
* Exception
* Exception#full_message を追加 14141 [......というキーワード引数を追加しました 13056
* Dir.chdir (ブロックなしで呼び出した場合), Dir.open, Dir.new, Dir.mkdir, Dir.rmdir,
Dir.empty? はGVLを解放するようになりました
* Dir.children を追加 11302
* Dir.each_child を追加 11302......m/ruby/psych/pull/342
* Add :symbolize_names option to Psych.load, Psych.safe_load like JSON.parse
https://github.com/ruby/psych/pull/333, https://github.com/ruby/psych/pull/337
* Add Psych::Handler#event_location
https://github.com/ruby/psych/pull/326
* Make frozen... -
rubygems
/ commands / install _ command (12.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...トリにインストールするためのライブラリです。
Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-......v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッケージ......Specify gem trust policy
--ignore-dependencies 依存している Gem パッケージをインストールしません
-y, --include-dependencies 依存している Gem パッケージをインストールします
--[no-]format-executable Make instal...