1115件ヒット
[1-100件を表示]
(0.041秒)
種類
ライブラリ
- ビルトイン (194)
-
cgi
/ html (24) - e2mmap (12)
- etc (12)
-
irb
/ output-method (24) - json (12)
- logger (2)
- matrix (12)
-
minitest
/ unit (2) - mkmf (12)
-
mutex
_ m (12) -
net
/ http (60) -
net
/ smtp (12) - pp (36)
- prettyprint (24)
- prime (108)
- psych (24)
- rake (48)
-
rexml
/ sax2listener (12) - ripper (36)
-
ripper
/ filter (24) -
rubygems
/ exceptions (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ requirement (48) -
shell
/ builtin-command (12) - socket (120)
-
webrick
/ httpproxy (12) -
webrick
/ httpstatus (48) -
webrick
/ httputils (12)
クラス
- Array (8)
-
Gem
:: Package :: TarInput (12) -
Gem
:: Requirement (48) -
IRB
:: OutputMethod (24) - Integer (24)
-
Logger
:: Application (2) - Matrix (12)
-
MiniTest
:: Unit :: TestCase (1) - Module (12)
- PP (36)
- PrettyPrint (24)
- Prime (48)
-
Prime
:: PseudoPrimeGenerator (36) -
Process
:: Status (12) -
Psych
:: Nodes :: Mapping (12) -
Rake
:: Application (48) - Ripper (36)
-
Ripper
:: Filter (24) -
RubyVM
:: InstructionSequence (24) -
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) - Socket (60)
-
WEBrick
:: HTTPProxyServer (12) -
WEBrick
:: HTTPUtils :: FormData (12)
モジュール
-
CGI
:: HtmlExtension (24) - Enumerable (36)
- Etc (12)
- Exception2MessageMapper (12)
- Kernel (12)
-
MiniTest
:: Assertions (1) -
Mutex
_ m (12) - Process (12)
-
REXML
:: SAX2Listener (12) -
RubyVM
:: AbstractSyntaxTree (30) -
Socket
:: Constants (60) -
WEBrick
:: HTTPStatus (24)
キーワード
-
CLOCK
_ UPTIME _ RAW _ APPROX (12) -
DEFAULT
_ RAKEFILES (12) - DOSISH 対応 (12)
- EAFNOSUPPORT (12)
- EOPNOTSUPP (12)
- EPFNOSUPPORT (12)
- EPROTONOSUPPORT (12)
- ESOCKTNOSUPPORT (12)
- HTTPPaymentRequired (12)
- HTTPPreconditionRequired (12)
- HTTPProxyAuthenticationRequired (12)
- HTTPUnsupportedMediaType (12)
- HTTPVersionNotSupported (24)
-
IFF
_ SUPP _ NOFCS (24) -
IPPORT
_ USERRESERVED (24) -
IPPROTO
_ PUP (24) -
IPPROTO
_ ROUTING (24) -
IPPROTO
_ UDP (24) - ISUPPER (12)
- Mapping (12)
- MissingUnicodeSupport (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - OperationNotSupportedError (12)
-
RC
_ HTTP _ VERSION _ NOT _ SUPPORTED (12) -
RC
_ UNSUPPORTED _ MEDIA _ TYPE (12) - SMTPUnsupportedCommand (12)
-
SUPPORTS
_ INFO _ SIGNAL (1) - UnsupportedMediaType (12)
-
append
_ data (12) -
append
_ features (24) - chunk (12)
- column (24)
-
compile
_ option (12) -
cpp
_ command (12) - create (12)
- debug (12)
-
def
_ exception (12) - default (12)
-
e
_ option _ supplied (12) - each (48)
-
each
_ prime (24) - form (24)
- format (12)
- input= (12)
- irb (12)
- log (2)
-
mu
_ pp (1) - new (48)
-
object
_ group (12) - of (10)
-
on
_ default (12) - parse (10)
-
parse
_ file (10) - ppx (12)
-
pretty
_ print (12) - push (8)
-
rb
_ apply (12) -
rb
_ mod _ append _ features (12) -
rexml
/ document (12) -
rexml
/ parsers / ultralightparser (12) -
ruby 1
. 8 . 5 feature (12) - run (12)
-
singleline
_ format (12) -
singleline
_ pp (12) -
slice
_ before (24) -
start
_ prefix _ mapping (12) - stopped? (12)
-
to
_ a (12) -
tty
_ output= (12) - uname (12)
-
upper
_ bound (12) -
upper
_ bound= (12) -
upper
_ triangular? (12) - yydebug (12)
- yydebug= (12)
-
zipped
_ stream (12)
検索結果
先頭5件
-
PP
. pp(obj , out = $ > , width = 79) -> object (35219.0) -
指定されたオブジェクト obj を出力先 out に幅 width で出力します。 出力先 out を返します。
...指定されたオブジェクト obj を出力先 out に幅 width で出力します。
出力先 out を返します。
@param obj 表示したいオブジェクトを指定します。
@param out 出力先を指定します。<< メソッドが定義されている必要があります。
@p......aram width 出力先の幅を指定します。
//emlist[][ruby]{
require 'pp'
str = PP.pp(b], [:a, [[:a, [:a, [:a, :b], [:a, :b],]]], '', 20)
puts str
# =>
# [[:a, :b],
# [:a,
# [[:a,
# [:a, [:a, :b]]],
# [:a, :b]]]]
//}
@see $>... -
IRB
:: OutputMethod # pp(*objs) -> object (24101.0) -
各 obj を inspect した文字列を self に出力し、最後に改行を出力します。
各 obj を inspect した文字列を self に出力し、最後に改行を出力します。
@param objs 任意のオブジェクトを指定します。 -
PP
. singleline _ pp(obj , out= $ >) -> object (23201.0) -
指定されたオブジェクト obj を出力先 out に出力します。 ただし、インデントも改行もしません。 出力先 out を返します。
...指定されたオブジェクト obj を出力先 out に出力します。
ただし、インデントも改行もしません。
出力先 out を返します。
@param obj 表示したいオブジェクトを指定します。
@param out 出力先を指定します。<< メソッドが定義... -
PP
# object _ group(obj) { . . . } -> () (23100.0) -
以下と等価な働きをするもので簡便のために用意されています。 group(1, '#<' + obj.class.name, '>') { ... }
...以下と等価な働きをするもので簡便のために用意されています。
group(1, '#<' + obj.class.name, '>') { ... }
@param obj 表示したいオブジェクトを指定します。
@see PrettyPrint#group... -
Rake
:: Application # tty _ output=(tty _ output _ state) (15400.0) -
TTY に対する出力状態を上書きします。
...ty_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.applica......tion.tty_output? # => "debug output"
end
//}... -
Prime
:: PseudoPrimeGenerator # upper _ bound=(upper _ bound) (12400.0) -
新しい列挙上界をセットします。
...新しい列挙上界をセットします。
@param upper_bound 新しい上界を整数または nil で指定します。 nil は上界がなく無限に素数を列挙すべきであることを意味します。... -
static VALUE rb
_ mod _ append _ features(VALUE module , VALUE include) (12400.0) -
-
MiniTest
:: Assertions # mu _ pp(object) -> String (12201.0) -
Object#inspect した結果のエンコーディングを変更して返します。
...Object#inspect した結果のエンコーディングを変更して返します。
エンコーディングは Encoding.default_external に変更されます。
@param object 任意のオブジェクトを指定します。... -
Matrix
# upper _ triangular? -> bool (12200.0) -
行列が上三角行列ならば true を返します。
...行列が上三角行列ならば true を返します。... -
MiniTest
:: Unit :: TestCase :: SUPPORTS _ INFO _ SIGNAL -> Fixnum | nil (12200.0) -
Signal が INFO というシグナルをサポートしているかどうかを 調べるための定数です。内部で使用します。
Signal が INFO というシグナルをサポートしているかどうかを
調べるための定数です。内部で使用します。 -
Module
# append _ features(module _ or _ class) -> self (12200.0) -
モジュール(あるいはクラス)に self の機能を追加します。
...は Module#include の実体であり、
include を Ruby で書くと以下のように定義できます。
//emlist[例][ruby]{
def include(*modules)
modules.reverse_each do |mod|
# append_features や included はプライベートメソッドなので
# 直接 mod.append_features(sel......f) などとは書けない
mod.__send__(:append_features, self)
mod.__send__(:included, self)
end
end
//}
@see Module#included...