996件ヒット
[1-100件を表示]
(0.030秒)
ライブラリ
- fileutils (439)
- rake (48)
-
rake
/ testtask (12) -
rubygems
/ commands / which _ command (12) -
rubygems
/ config _ file (36) - shell (18)
-
shell
/ command-processor (18) -
shell
/ filter (18)
クラス
-
Gem
:: ConfigFile (36) - Shell (18)
-
Shell
:: CommandProcessor (18) -
Shell
:: Filter (18)
モジュール
- FileUtils (415)
- RakeFileUtils (36)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - FileUtils (12)
-
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - RakeFileUtils (12)
- TestTask (12)
- Verbose (12)
- WhichCommand (12)
- [] (18)
- cd (24)
- chdir (24)
- chmod (12)
-
chmod
_ R (12) - chown (12)
-
chown
_ R (12) - copy (12)
- cp (12)
-
cp
_ lr (7) -
cp
_ r (12) - foreach (18)
- install (12)
- irb (12)
- link (12)
- ln (12)
-
ln
_ s (12) -
ln
_ sf (12) - makedirs (12)
- mkdir (12)
-
mkdir
_ p (12) - mkpath (12)
- move (12)
- mv (12)
- rake (12)
- rdoc (12)
-
really
_ verbose (12) - remove (12)
- rm (12)
-
rm
_ f (12) -
rm
_ r (12) -
rm
_ rf (12) - rmdir (12)
- rmtree (12)
-
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
safe
_ unlink (12) - symlink (12)
- test (18)
-
test
/ unit (1) - touch (12)
- verbose= (12)
-
verbose
_ flag (12) -
verbose
_ flag= (12)
検索結果
先頭5件
-
RakeFileUtils
# verbose(value = nil) { . . . } (21119.0) -
詳細を出力するかどうかを制御します。
...ます。
@param value 真を指定すると詳細を出力します。
例
verbose # 現在の状態を返します。
verbose(v) # 与えられた状態に変更します。
verbose(v) { code } # ブロックを評価する間だけ与えられた状態に変... -
Gem
:: ConfigFile # verbose -> bool | Symbol (21107.0) -
ログの出力レベルを返します。
...ログの出力レベルを返します。
@see Gem::ConfigFile#verbose=... -
Gem
:: ConfigFile # verbose=(verbose _ level) (9208.0) -
ログの出力レベルをセットします。
...セットします。
以下の出力レベルを設定することができます。
: false
何も出力しません。
: true
通常のログを出力します。
: :loud
より多くのログを出力します。
@param verbose_level 真偽値またはシンボルを指定します。... -
RakeFileUtils
. verbose _ flag=(flag) (9143.0) -
詳細を表示するかどうか設定します。
...ます。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :sample_file_task
file :sample_file_task do |t|
# --verbose で rake を実行する
p RakeFileUtils.verbose_flag # => true
RakeFileUtils.verbose_flag = false
p RakeFileUtils.verbose_flag # => false
end
//}... -
RakeFileUtils
. verbose _ flag -> bool (9131.0) -
この値が真の場合、詳細を表示します。
...この値が真の場合、詳細を表示します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :sample_file_task
file :sample_file_task do |t|
# --verbose で rake を実行する
RakeFileUtils.verbose_flag # => true
end
//}... -
Gem
:: ConfigFile # really _ verbose -> bool (9117.0) -
このメソッドの返り値が真の場合は verbose モードよりも多くの情報を表示します。
...このメソッドの返り値が真の場合は verbose モードよりも多くの情報を表示します。... -
FileUtils
:: Verbose (9000.0) -
FileUtils と同じメソッドが定義されており全く同じ動作をしますが、 しようとしていることを実行前に表示します。
...FileUtils と同じメソッドが定義されており全く同じ動作をしますが、
しようとしていることを実行前に表示します。... -
FileUtils (6006.0)
-
基本的なファイル操作を集めたモジュールです。
...いません。
: :preserve
真を指定すると更新時刻と、可能なら所有ユーザ・所有グループもコピーします。
: :verbose
真を指定すると詳細を出力します。
: :mode
パーミッションを8進数で指定します。
: :force
真を指定すると......ion
真を指定するとコピーを実行する前にコピー先を削除します。
: :secure
真を指定するとファイルの削除に FileUtils.#remove_entry_secure を使用します。
: :mtime
時刻を Time か、起算時からの経過秒数を数値で指定します。
: :pa... -
RakeFileUtils (6006.0)
-
カスタムバージョンの FileUtils のメソッドを提供します。
...カスタムバージョンの FileUtils のメソッドを提供します。
FileUtils で定義されているメソッドのうち、:verbose, :noop の二つの
オプションのいずれかに反応するメソッドの動作を変更します。
このモジュールはトップレベルで......インクルードされます。
その際、FileUtils, RakeFileUtils に定義されているメソッドの
可視性はプライベートに変更されます。
@see FileUtils...