最速Rubyリファレンスマニュアル検索!
すべて(102)
2.1.0(17)
2.2.0(17)
2.3.0(17)
2.4.0(17)
2.5.0(17)
2.6.0(17)
102件ヒット
[101-102件を表示]
(0.039秒)
トップページ
>
:
string
>
:
String
>
:
shell
>
:command
別のキーワード
string []=
string slice
string slice!
string []
string gsub
種類
インスタンスメソッド
(96)
定数
(6)
クラス
Shell
(6)
Shell
::
CommandProcessor
(54)
Shell
::
Filter
(18)
Shell
::
SystemCommand
(24)
キーワード
NoDelegateMethods
(6)
basename
(6)
dirname
(6)
echo
(18)
expand
_
path
(6)
ftype
(6)
join
(6)
name
(6)
notify
(12)
readlink
(6)
split
(6)
to
_
a
(6)
to
_
s
(6)
検索結果
先頭1件
Shell
::
Filter
#
echo(*strings) -> Shell
::
Filter
<<
<
1
2
>>
Shell
::
Filter
#
echo(*strings) -> Shell
::
Filter
(207.0)
2.2.0
2.6.0
インスタンスメソッド
実行すると, それらを内容とする Filter オブジェクトを返します.
...
を内容とする Filter オブジェクトを返します.
@param
string
s シェルコマンド echo に与える引数を文字列で指定します。
動作例
require '
shell
'
Shell
.def_system_
command
("head")
sh =
Shell
.new
sh.transact {
glob("*.txt").to_a.each { |file|
file
...
Shell::Filter
<<
<
1
2
>>