最速Rubyリファレンスマニュアル検索!
すべて(6)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
6件ヒット
[1-6件を表示]
(0.007秒)
トップページ
>
:
shell/command-processor
>
:
base
>
:インスタンスメソッド
別のキーワード
base digest
base ==
base file
base hexdigest
base64 encode64
クラス
Shell
::
CommandProcessor
(6)
検索結果
先頭1件
Shell
::
CommandProcessor
#
basename(filename
,
suffix = "") -> String
Shell
::
CommandProcessor
#
basename(filename
,
suffix = "") -> String
(6103.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
インスタンスメソッド
File クラスにある同名のクラスメソッドと同じです.
...
イル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。
@see File.
base
name
...
File
Shell::CommandProcessor