るりまサーチ

最速Rubyリファレンスマニュアル検索!
56件ヒット [1-56件を表示] (0.014秒)
トップページ > クエリ:license[x]

別のキーワード

  1. オブジェクト指向スクリプト言語 ruby リファレンスマニュアル license

検索結果

配布条件 (23000.0)

配布条件 このリファレンスは以下のライセンスに従って利用してください。

...配布条件
このリファレンスは以下のライセンスに従って利用してください。

: Creative Commons — Attribution 3.0 Unported
https://creativecommons.org/licenses/by/3.0/...

Kernel$$LAST_MATCH_INFO -> MatchData | nil (24.0)

$~ の別名

...a href=https://www.ruby-lang.org/en/about/license.txt>license</a>"

if /<a href=(.+?)>/ =~ str
p $LAST_MATCH_INFO[0] #=> "<a href=https://www.ruby-lang.org/en/about/license.txt>"
p $LAST_MATCH_INFO[1] #=> "https://www.ruby-lang.org/en/about/license.txt"
p $LAST_MATCH_INFO[2] #=> nil...

Kernel$$CHILD_STATUS -> Process::Status | nil (6.0)

$? の別名

...$? の別名

require "English"

out = `wget https://www.ruby-lang.org/en/about/license.txt -O - 2>/dev/null`

if $CHILD_STATUS.to_i == 0
print "wget success\n"
out.split(/\n/).each { |line|
printf "%s\n", line
}
else
print "wget failed\n"
end...

NEWS for Ruby 2.3.0 (6.0)

NEWS for Ruby 2.3.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...になりました。
11607

* io/console
* io-console 0.4.5になりました。
ライセンスが BSD 2-clause "Simplified" License に変更されました。

* base64
* Base64.#urlsafe_encode64 に パディング文字("=")を抑制するために "padding" オプシ...

xmlrpc (6.0)

XML-RPC を扱うためのライブラリです。

...になることに注意して下さい。

=== Author and Copyright

Copyright (C) 2001-2004 by Michael Neumann

Released under the same term of license as Ruby.

=== Overview

XMLRPC is a lightweight protocol that enables remote procedure calls over
HTTP. It is defined at http://www.xmlrpc.com....

絞り込み条件を変える

オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル (6.0)

オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル * Ruby オフィシャルサイト https://www.ruby-lang.org/ja/ * version 3.1 対応リファレンス * 原著:まつもとゆきひろ * 最新版URL: https://www.ruby-lang.org/ja/documentation/

...f

その他:
* spec/m17n
* spec/regexp
* spec/lambda_proc

==== 組み込みライブラリ
* _builtin

==== 標準添付ライブラリ
* /

==== C API
* /

==== その他
* news/index
* pack_template
* print_format
* glossary
* symref
* marshal_format
* license
* help...