619件ヒット
[1-100件を表示]
(0.033秒)
ライブラリ
- ビルトイン (72)
- fileutils (79)
-
net
/ imap (12) - openssl (48)
-
rake
/ packagetask (12) -
rdoc
/ code _ object (48) -
rdoc
/ parser / simple (12) -
rexml
/ document (24) -
rubygems
/ command (12) -
rubygems
/ dependency _ list (24) -
rubygems
/ source _ index (12) -
rubygems
/ uninstaller (36) -
rubygems
/ validator (12) -
webrick
/ httpservlet / filehandler (12)
クラス
- BasicObject (12)
-
Gem
:: Command (12) -
Gem
:: DependencyList (24) -
Gem
:: SourceIndex (12) -
Gem
:: Uninstaller (36) -
Gem
:: Validator (12) - Module (48)
-
Net
:: IMAP (12) - Object (12)
-
OpenSSL
:: SSL :: SSLContext (36) -
RDoc
:: CodeObject (48) -
RDoc
:: Parser :: Simple (12) -
REXML
:: Attribute (12) -
REXML
:: Child (12) -
Rake
:: PackageTask (12) -
WEBrick
:: HTTPServlet :: FileHandler (12)
モジュール
- FileUtils (79)
-
OpenSSL
:: OCSP (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) -
REVOKED
_ STATUS _ REMOVEFROMCRL (12) - Ruby プログラムの実行 (12)
-
cp
_ lr (7) -
document
_ children= (12) -
document
_ self= (12) -
generic
_ ivar _ remove (12) -
method
_ removed (12) - new (12)
-
ok
_ to _ remove? (12) -
rb
_ mod _ remove _ const (12) -
rb
_ mod _ remove _ cvar (12) -
rb
_ mod _ remove _ method (12) -
rb
_ obj _ remove _ instance _ variable (12) -
rb
_ remove _ method (12) -
rb
_ thread _ remove (12) -
remove
_ all (12) -
remove
_ by _ name (12) -
remove
_ class _ variable (12) -
remove
_ classes _ and _ modules (12) -
remove
_ const (12) -
remove
_ dir (12) -
remove
_ entry (12) -
remove
_ entry _ secure (12) -
remove
_ executables (12) -
remove
_ file (12) -
remove
_ handler (12) -
remove
_ instance _ variable (12) -
remove
_ leading _ dot _ dir (12) -
remove
_ method (24) -
remove
_ methods _ etc (12) -
remove
_ option (12) -
remove
_ private _ comments (12) -
remove
_ response _ handler (12) -
remove
_ spec (12) -
remove
_ trace (12) - rm (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
session
_ remove (12) -
session
_ remove _ cb (12) -
session
_ remove _ cb= (12) -
singleton
_ method _ removed (12)
検索結果
先頭5件
-
FileUtils
. # remove(list , options = {}) -> () (24201.0) -
list で指定された対象を消去します。
...は配列で指定します。
@param options :force, :noop, :verbose が指定できます。
c:FileUtils#options
//emlist[][ruby]{
require 'fileutils'
FileUtils.rm('junk.txt')
FileUtils.rm(Dir.glob('*~'))
FileUtils.rm('NotExistFile', force: true) # never raises exception
//}... -
Gem
:: Uninstaller # remove(spec , list) (24201.0) -
指定された Gem を削除します。
...ールする Gem のリストを指定します。
このパラメータは破壊的に変更されます。
@raise Gem::DependencyRemovalException アンインストール指定された Gem を削除すると
依存関係が壊れる場合に発... -
REXML
:: Attribute # remove -> () (24201.0) -
self を所属する要素から取り除きます。
self を所属する要素から取り除きます。 -
REXML
:: Child # remove -> self (24201.0) -
親ノードの子ノード列から self を取り除きます。
親ノードの子ノード列から self を取り除きます。 -
VALUE rb
_ mod _ remove _ cvar(VALUE mod , VALUE name) (12500.0) -
-
VALUE rb
_ obj _ remove _ instance _ variable(VALUE obj , VALUE name) (12500.0) -
-
static int generic
_ ivar _ remove(VALUE obj , ID id , VALUE *valp) (12500.0) -
-
static VALUE rb
_ mod _ remove _ method(VALUE mod , VALUE name) (12416.0) -
Module#remove_method の実体。
...Module#remove_method の実体。
モジュール mod から name という名前のメソッドを
検索し、エントリを削除します。見付からなかったときは
例外 NameError が発生します。... -
VALUE rb
_ mod _ remove _ const(VALUE mod , VALUE name) (12400.0) -