787件ヒット
[1-100件を表示]
(0.024秒)
別のキーワード
ライブラリ
- ビルトイン (148)
- bigdecimal (24)
-
net
/ http (24) - objspace (36)
- open3 (24)
- rake (36)
-
rubygems
/ requirement (12) -
rubygems
/ source _ index (12) -
rubygems
/ specification (252) - shell (24)
-
shell
/ command-processor (24) -
shell
/ filter (48) - stringio (12)
- strscan (12)
-
webrick
/ httpstatus (24)
クラス
- BigDecimal (24)
- Exception (12)
-
Gem
:: Requirement (12) -
Gem
:: SourceIndex (12) -
Gem
:: Specification (252) - Method (12)
-
Rake
:: Application (12) - Shell (24)
-
Shell
:: CommandProcessor (24) -
Shell
:: Filter (48) - StringIO (12)
- StringScanner (12)
- UnboundMethod (12)
モジュール
- Enumerable (112)
- ObjectSpace (36)
- Open3 (24)
- Rake (24)
-
WEBrick
:: HTTPStatus (12)
キーワード
- HTTPNetworkAuthenticationRequired (12)
- HTTPProxyAuthenticationRequired (12)
- ProxyAuthenticationRequired (12)
-
RC
_ PROXY _ AUTHENTICATION _ REQUIRED (12) - Rubyの起動 (12)
-
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ loader (12) -
add
_ runtime _ dependency (12) - all? (24)
-
allocation
_ sourcefile (12) -
allocation
_ sourceline (12) - any? (24)
- application (12)
- application= (12)
-
attribute
_ alias _ singular (12) - autorequire (12)
- autorequire= (12)
-
backtrace
_ locations (12) - concat (24)
- each (6)
- echo (18)
-
find
_ name (12) - glob (18)
-
irb
/ xmp (12) -
lib
_ files (12) - none? (32)
- one? (32)
-
pipeline
_ rw (24) - rdoc (12)
-
require
_ path (12) -
require
_ path= (12) -
require
_ paths (12) -
require
_ paths= (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) -
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) - requirements (12)
- requirements= (12)
-
ruby 1
. 6 feature (12) -
satisfies
_ requirement? (12) - shell (6)
-
source
_ location (24) - tee (18)
-
to
_ a (6) -
to
_ s (6) -
trace
_ object _ allocations (12) - truncate (36)
- tsort (12)
- | (6)
- 制御構造 (9)
検索結果
先頭5件
-
Shell
# cat(*files) -> Shell :: Filter (18119.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
....
@param files シェルコマンド cat に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(file).each { |l|
echo(l) |... -
Shell
:: CommandProcessor # cat(*files) -> Shell :: Filter (18119.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
....
@param files シェルコマンド cat に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(file).each { |l|
echo(l) |... -
Shell
:: Filter # cat(*files) -> Shell :: Filter (18119.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
....
@param files シェルコマンド cat に与えるファイル名を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(file).each { |l|
echo(l) |... -
Net
:: HTTPNetworkAuthenticationRequired (12000.0) -
HTTP レスポンス 511 (Network Authentication Required) を表現するクラスです。
...HTTP レスポンス 511 (Network Authentication Required) を表現するクラスです。
詳しくは 6585 を見てください。... -
Net
:: HTTPProxyAuthenticationRequired (12000.0) -
HTTP レスポンス 407 (Proxy Authentication Required) を表現するクラスです。
...HTTP レスポンス 407 (Proxy Authentication Required) を表現するクラスです。
詳しくは 7235 Section 3.2 を見てください。... -
WEBrick
:: HTTPStatus :: ProxyAuthenticationRequired (12000.0) -
HTTP のステータスコード 407 Proxy Authentication Required を表すクラスです。
...HTTP のステータスコード 407 Proxy Authentication Required を表すクラスです。... -
Gem
:: Requirement # concat(requirements) -> Array (9200.0) -
新しい条件(配列)を自身の条件に破壊的に加えます。
...新しい条件(配列)を自身の条件に破壊的に加えます。
@param requirements 条件の配列を指定します。
//emlist[][ruby]{
req = Gem::Requirement.new("< 5.0")
req.concat(["= 1.9"])
puts req # => < 5.0, = 1.9
//}... -
Gem
:: Specification # required _ ruby _ version -> Gem :: Requirement (9200.0) -
この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。
この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。 -
Gem
:: Specification # required _ ruby _ version=(requirement) (9200.0) -
この Gem パッケージを動作させるのに必要な Ruby のバージョンをセットします。
...この Gem パッケージを動作させるのに必要な Ruby のバージョンをセットします。
@param requirement Gem::Requirement.create が受け付ける形式のオブジェクトを指定します。
@see Gem::Requirement... -
Gem
:: Specification # required _ rubygems _ version -> Gem :: Requirement (9200.0) -
この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。
この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。