444件ヒット
[101-200件を表示]
(0.024秒)
ライブラリ
- ビルトイン (60)
- fileutils (19)
- getoptlong (12)
-
irb
/ context (36) - mkmf (48)
-
net
/ ftp (12) -
net
/ imap (24) - openssl (24)
- optparse (12)
- rake (12)
-
rdoc
/ markdown (12) - shell (6)
- socket (36)
クラス
- GetoptLong (12)
-
IRB
:: Context (36) -
Net
:: FTP (12) -
Net
:: IMAP (24) -
OptionParser
:: ParseError (12) -
RDoc
:: Markdown (12) -
Rake
:: Application (12) -
RubyVM
:: InstructionSequence (24) - Shell (6)
- Socket (12)
モジュール
- FileUtils (19)
- Kernel (72)
- OpenSSL (24)
-
Socket
:: Constants (24)
キーワード
-
$ -d (12) -
$ DEBUG (12) -
IFF
_ DEBUG (24) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - Rubyの起動 (12)
-
SO
_ DEBUG (12) - Thread (12)
-
compile
_ option (12) -
compile
_ option= (12) -
cp
_ lr (7) -
cp
_ r (12) - debug= (24)
- debug? (12)
-
debug
_ level (12) -
debug
_ level= (12) -
debug
_ mode= (12) -
debug
_ output _ synchronize (6) -
enable
_ config (24) -
filter
_ backtrace (12) - irb (12)
- new (12)
- rdoc (12)
-
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / specification _ command (12) - thread (2)
-
tty
_ output= (12) -
with
_ config (24) - スレッド (12)
- 制御構造 (12)
検索結果
先頭5件
-
Socket
:: Constants :: IFF _ DEBUG (9117.0) -
turn on debugging
...turn on debugging... -
Socket
:: Constants :: SO _ DEBUG -> Integer (9117.0) -
Debug info recording。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Debug info recording。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET... -
IRB
:: Context # debug _ level -> Integer (9113.0) -
irb のデバッグレベルを返します。
...irb のデバッグレベルを返します。
デフォルト値は 0 です。
@see IRB::Context#debug_level=, IRB::Context#debug?... -
RubyVM
:: InstructionSequence . compile _ option -> Hash (9112.0) -
命令シーケンスのコンパイル時のデフォルトの最適化オプションを Hash で返 します。
...byVM::InstructionSequence.compile_option
# => {:inline_const_cache=>true,
# :peephole_optimization=>true,
# :tailcall_optimization=>false,
# :specialized_instruction=>true,
# :operands_unification=>true,
# :instructions_unification=>false,
# :stack_caching=>false,
# :trace_instruction=>true,
# :fro......zen_string_literal=>false,
# :debug_frozen_string_literal=>false,
# :coverage_enabled=>true,
# :debug_level=>0}
//}
@see RubyVM::InstructionSequence.compile_option=... -
Kernel
# enable _ config(config , default) {|config , default| . . . } -> bool | String (6318.0) -
configure のオプションを検査します。
...configure のオプションを検査します。
configure のオプションに --enable-<config> が指定された場合は、真を返し
ます。--disable-<config> が指定された場合は。偽を返します。どちらでもな
い場合は default を返します。
これはデバ......義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if enable_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
end... -
Kernel
# with _ config(config , default = nil) {|config , default| . . . } -> bool | String (6318.0) -
configure のオプションを検査します。
...configure のオプションを検査します。
configure のオプションに --with-<config> が指定された場合は真を返しま
す。--without-<config> が指定された場合は偽を返します。どちらでもない場
合は default を返します。
これはデバッグ情......定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
end... -
Kernel
# enable _ config(config , default) -> bool | String (6218.0) -
configure のオプションを検査します。
...configure のオプションを検査します。
configure のオプションに --enable-<config> が指定された場合は、真を返し
ます。--disable-<config> が指定された場合は。偽を返します。どちらでもな
い場合は default を返します。
これはデバ......義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if enable_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
end... -
Kernel
# with _ config(config , default = nil) -> bool | String (6218.0) -
configure のオプションを検査します。
...configure のオプションを検査します。
configure のオプションに --with-<config> が指定された場合は真を返しま
す。--without-<config> が指定された場合は偽を返します。どちらでもない場
合は default を返します。
これはデバッグ情......定義を、追加するのに役立ちます。
@param config configure のオプションの名前を指定します。
@param default デフォルト値を返します。
例
require 'mkmf'
if with_config("debug")
$defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
end... -
Net
:: IMAP . debug=(val) (6135.0) -
デバッグモードの on/off をします。
...デバッグモードの on/off をします。
真を渡すと on になります。
@param val 設定するデバッグモードの on/off の真偽値
@see Net::IMAP#debug... -
Net
:: FTP # debug _ mode=(boolean) (6129.0) -
デバッグモードの on/off を設定します。
...デバッグモードの on/off を設定します。
@param boolean 真ならばデバッグモードを on にします。
@see Net::FTP#debug_mode...