1088件ヒット
[101-200件を表示]
(0.136秒)
ライブラリ
- ビルトイン (87)
-
cgi
/ html (36) - e2mmap (36)
-
irb
/ context (12) -
irb
/ output-method (24) - json (36)
- logger (7)
- matrix (12)
-
minitest
/ unit (1) - mkmf (60)
-
net
/ ftp (10) -
net
/ http (12) -
net
/ imap (12) -
net
/ telnet (4) - openssl (36)
- pathname (12)
- pp (84)
- prettyprint (1)
- prime (48)
- psych (96)
- rake (192)
-
rexml
/ sax2listener (24) - ripper (60)
-
ripper
/ filter (72) -
ripper
/ lexer (36) -
rubygems
/ installer (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ requirement (12) - shell (6)
-
shell
/ builtin-command (12) -
shell
/ command-processor (6) -
shell
/ filter (6) -
webrick
/ httputils (12)
クラス
-
Gem
:: Installer (12) -
Gem
:: Package :: TarInput (12) -
Gem
:: Requirement (12) -
IRB
:: Context (12) -
IRB
:: OutputMethod (24) - Integer (12)
-
JSON
:: State (24) -
Logger
:: Application (7) - Matrix (12)
- Method (14)
- Module (12)
-
Net
:: FTP :: MLSxEntry (10) -
Net
:: HTTP (12) -
Net
:: IMAP (12) -
Net
:: Telnet (4) - Object (60)
-
OpenSSL
:: BN (24) - PP (24)
- Pathname (12)
- PrettyPrint (1)
- Prime (24)
-
Prime
:: PseudoPrimeGenerator (24) -
Process
:: Status (12) -
Psych
:: Handler (12) -
Psych
:: Nodes :: Mapping (84) -
Rake
:: Application (132) -
Rake
:: InvocationChain (12) -
Rake
:: InvocationChain :: EmptyInvocationChain (12) -
Rake
:: Task (24) - Ripper (60)
-
Ripper
:: Filter (72) -
Ripper
:: Lexer (36) -
RubyVM
:: InstructionSequence (12) - Shell (6)
-
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - String (1)
-
WEBrick
:: HTTPUtils :: FormData (12)
モジュール
-
CGI
:: HtmlExtension (24) -
CGI
:: TagMaker (12) - Enumerable (36)
- Exception2MessageMapper (36)
- Kernel (72)
-
MiniTest
:: Assertions (1) -
REXML
:: SAX2Listener (24) -
Rake
:: TaskManager (12)
キーワード
- << (19)
- >> (7)
- Fail (6)
- Raise (6)
-
add
_ loader (12) - anchor (12)
-
app
_ script _ text (12) - append (54)
-
append
_ as _ bytes (1) -
append
_ data (12) -
append
_ features (12) - appendable? (10)
- application (12)
- application= (12)
- appname (1)
- bind (6)
- chunk (12)
- column (24)
-
cpp
_ command (12) -
def
_ exception (6) - each (24)
-
egrep
_ cpp (24) -
end
_ prefix _ mapping (12) - entries (12)
- fail (6)
- filename (24)
- first? (1)
- form (24)
- implicit (12)
- implicit= (12)
- init (12)
- input= (12)
-
inspect
_ mode= (12) - jj (12)
- level= (1)
- lex (12)
- lineno (24)
-
load
_ rakefile (12) - log (2)
- log= (1)
- login (4)
-
mu
_ pp (1) -
nOE
_ element _ def (12) - name (12)
-
object
_ group (12) -
on
_ XXX (12) -
on
_ default (12) -
original
_ dir (12) - parse (24)
- ppx (12)
-
pretty
_ inspect (12) -
pretty
_ print (36) -
pretty
_ print _ cycle (12) -
pretty
_ print _ inspect (12) -
pretty
_ print _ instance _ variables (12) - proppatch (12)
- rakefile (12)
- run (12)
- seplist (12)
-
set
_ log (1) -
slice
_ before (24) - start (1)
-
start
_ mapping (12) -
start
_ prefix _ mapping (12) - stopped? (12)
- style (12)
- style= (12)
- tag (12)
- tag= (12)
- tasks (12)
-
to
_ a (12) -
to
_ bn (12) -
to
_ h (12) -
to
_ hash (12) - tokenize (12)
-
top
_ level (12) -
top
_ level _ tasks (12) -
try
_ cpp (24) -
tty
_ output= (12) -
upper
_ bound (12) -
upper
_ bound= (12) -
upper
_ triangular? (12) - warn (12)
- warning (12)
-
zipped
_ stream (12)
検索結果
先頭5件
-
Object
# pretty _ print _ inspect -> String (14101.0) -
Object#pretty_print を使って Object#inspect と同様に オブジェクトを人間が読める形式に変換した文字列を返します。
...Object#pretty_print を使って Object#inspect と同様に
オブジェクトを人間が読める形式に変換した文字列を返します。
出力する全てのオブジェクトに Object#pretty_print が定義されている必要があります。
そうでない場合には RuntimeEr......ror が発生します。
@raise RuntimeError 出力する全てのオブジェクトに Object#pretty_print が定義されて
いない場合に発生します。... -
Gem
:: Package :: TarInput # zipped _ stream(entry) -> StringIO (12401.0) -
与えられた entry の圧縮したままの StringIO を返します。
...与えられた entry の圧縮したままの StringIO を返します。
@param entry エントリを指定します。... -
Rake
:: Task # application -> Rake :: Application (12401.0) -
自身を所有している Rake::Application のインスタンスを返します。
...自身を所有している Rake::Application のインスタンスを返します。... -
Psych
:: Handler # start _ mapping(anchor , tag , implicit , style) -> () (12301.0) -
mapping の開始を見付けたときに呼び出されます。
...mapping の開始を見付けたときに呼び出されます。
anchor には map に関連付けられた anchor の名前が文字列で渡されます。
anchor がない場合には nil が渡されます。
tag には map に関連付けられた tag の名前が文字列で渡されます......。
tag がない場合には nil が渡されます。
implicit には map が implicit に開始されたかどうかが
真偽値で渡されます。
style には sequence の style が整数値で渡されます。以下のいずれか
です。
* Psych::Nodes::Mapping::BLOCK
* Psych::Nod......es::Mapping::FLOW
必要に応じてこのメソッドを override してください。
@param anchor 関連付けられた anchor の名前
@param tag タグ名
@param implicit mapping が implicit に開始されかどうか
@param style mapping のスタイル
=== 例
以下の YAML ドキ... -
Rake
:: Task # application=(app) (12301.0) -
自身を所有している Rake::Application のインスタンスをセットします。
...自身を所有している Rake::Application のインスタンスをセットします。
@param app 自身を所有しているアプリケーションを指定します。... -
WEBrick
:: HTTPUtils :: FormData # append _ data(data) -> self (12301.0) -
WEBrick::HTTPUtils の内部で使われます。ユーザがこのメソッドを直接呼ぶことはありません。
...WEBrick::HTTPUtils の内部で使われます。ユーザがこのメソッドを直接呼ぶことはありません。... -
String
# append _ as _ bytes(*objects) -> self (12219.0) -
引数で与えたオブジェクトをバイト列として、self に破壊的に連結します。
...st[例][ruby]{
s = "あ".b # => "\xE3\x81\x82"
s.encoding # => #<Encoding:BINARY (ASCII-8BIT)>
s.append_as_bytes("い") # => "\xE3\x81\x82\xE3\x81\x84"
# s << "い" では連結できない
s << "い" # => "incompatible character encodings: BINARY (ASCII-8BIT) and UT......F-8 (Encoding::CompatibilityError)
//}
//emlist[引数で整数を渡す例][ruby]{
t = ""
t.append_as_bytes(0x61) # => "a"
t.append_as_bytes(0x3062) # => "ab"
//}
@see String#<<, String#concat... -
Exception2MessageMapper
# def _ exception(exception _ name , message _ format , superclass = StandardError) -> Class (12201.0) -
exception_name という名前の例外クラスを定義します。
...exception_name という名前の例外クラスを定義します。
@param exception_name 定義する例外クラスの名前をシンボルで指定します。
@param message_format メッセージのフォーマット。
@param superclass 定義する例外のスーパークラスを指定......します。
省略すると StandardError を使用します。... -
Gem
:: Installer # app _ script _ text -> String (12201.0) -
アプリケーションのための実行ファイルの雛形のテキストを返します。
アプリケーションのための実行ファイルの雛形のテキストを返します。 -
Kernel
# try _ cpp(src , opt = "" , *opts) -> bool (12201.0) -
C プログラムのソースコード src をプリプロセスします。
...す。
$CPPFLAGS, $CFLAGS の値もプリプロセッサにコマンドライン引数
として渡します。
このメソッドはヘッダファイルの存在チェックなどに使用します。
@param src C プログラムのソースコードを指定します。
@param opt プリプ......イン引数として渡す値を指定します。
@return 問題なくプリプロセスできたら true を返します。
プリプロセスに失敗したら false を返します。
例:
require 'mkmf'
if try_cpp("#include <stdio.h>")
$stderr.puts "stdio.h exists"
end... -
Kernel
# try _ cpp(src , opt = "" , *opts) { . . . } -> bool (12201.0) -
C プログラムのソースコード src をプリプロセスします。
...す。
$CPPFLAGS, $CFLAGS の値もプリプロセッサにコマンドライン引数
として渡します。
このメソッドはヘッダファイルの存在チェックなどに使用します。
@param src C プログラムのソースコードを指定します。
@param opt プリプ......イン引数として渡す値を指定します。
@return 問題なくプリプロセスできたら true を返します。
プリプロセスに失敗したら false を返します。
例:
require 'mkmf'
if try_cpp("#include <stdio.h>")
$stderr.puts "stdio.h exists"
end...