48件ヒット
[1-48件を表示]
(0.068秒)
ライブラリ
-
irb
/ output-method (24) - mkmf (12)
- rake (12)
クラス
-
IRB
:: OutputMethod (24) -
Rake
:: Application (12)
モジュール
- Kernel (12)
キーワード
-
cpp
_ command (12) - ppx (12)
-
tty
_ output= (12)
検索結果
先頭4件
-
IRB
:: OutputMethod # pp(*objs) -> object (21102.0) -
各 obj を inspect した文字列を self に出力し、最後に改行を出力します。
各 obj を inspect した文字列を self に出力し、最後に改行を出力します。
@param objs 任意のオブジェクトを指定します。 -
Rake
:: Application # tty _ output=(tty _ output _ state) (9201.0) -
TTY に対する出力状態を上書きします。
...tty_output_state 変更後の状態を指定します
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.tty_output? # => false
Rake.application.tty_output = "debug output" # => "debug output"
Rake.applic......ation.tty_output? # => "debug output"
end
//}... -
IRB
:: OutputMethod # ppx(prefix , *objs) -> object (9101.0) -
引数 prefix + 各 obj を inspect した文字列を self に出力し、最後に改行 を出力します。
引数 prefix + 各 obj を inspect した文字列を self に出力し、最後に改行
を出力します。
@param prefix 各 obj の先頭に追記する文字列を指定します。
@param objs 任意のオブジェクトを指定します。 -
Kernel
# cpp _ command(outfile , opt = "") -> String (6201.0) -
実際にプリプロセッサを実行する際に使用するコマンドを返します。
...実際にプリプロセッサを実行する際に使用するコマンドを返します。
@param outfile 出力ファイルの名前を指定します。
@param opt プリプロセッサに与える追加のコマンドライン引数を指定します。
@see RbConfig.expand...