1200件ヒット
[201-300件を表示]
(0.170秒)
ライブラリ
- ビルトイン (468)
-
cgi
/ core (24) - csv (24)
- erb (24)
-
irb
/ context (24) -
irb
/ output-method (36) -
net
/ http (96) -
net
/ pop (108) -
net
/ smtp (24) -
net
/ telnet (6) - openssl (36)
- pp (36)
- prettyprint (72)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ requirement (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) - socket (36)
- stringio (36)
- uri (24)
-
webrick
/ httpresponse (48) - zlib (36)
クラス
-
ARGF
. class (48) - Addrinfo (24)
- Array (72)
- CGI (24)
- CSV (24)
- ERB (24)
-
File
:: Stat (12) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: Requirement (12) - IO (96)
-
IRB
:: Context (24) -
IRB
:: OutputMethod (24) -
IRB
:: StdioOutputMethod (12) - Integer (96)
- Module (12)
-
Net
:: HTTP (96) -
Net
:: POPMail (108) -
Net
:: SMTP (24) -
Net
:: Telnet (6) - Object (60)
-
OpenSSL
:: BN (12) - PrettyPrint (72)
- Range (24)
- Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - Socket (12)
- String (24)
- StringIO (36)
-
URI
:: MailTo (24) -
WEBrick
:: HTTPResponse (48) -
Zlib
:: GzipReader (12) -
Zlib
:: GzipWriter (24)
モジュール
- Enumerable (60)
-
OpenSSL
:: Buffering (24)
キーワード
- <=> (12)
- [] (24)
- all (36)
- body= (12)
- breakable (24)
- chunk (12)
- chunked= (12)
-
close
_ write (12) - connect (12)
-
connect
_ from (24) -
content
_ length (12) -
content
_ length= (12) - cycle (36)
-
def
_ class (12) -
def
_ module (12) - downto (24)
- each (24)
-
each
_ char (36) -
each
_ entry (24) - fdatasync (12)
- fetch (36)
-
force
_ quotes? (12) - get2 (24)
- group (12)
- header (12)
-
initialize
_ copy (12) -
inplace
_ mode (12) -
inplace
_ mode= (12) -
instance
_ method (12) - mail (36)
- nest (12)
- pop (36)
- post2 (24)
-
pretty
_ print (36) -
pretty
_ print _ cycle (12) -
pretty
_ print _ inspect (12) -
print
_ dependencies (12) - printf (60)
- printn (12)
- puts (14)
- ready (12)
- reopen (24)
-
request
_ get (24) -
request
_ post (24) -
return
_ format (12) -
return
_ format= (12) -
reverse
_ each (24) - sysseek (12)
- system (18)
- text (24)
- times (24)
-
to
_ mailtext (12) -
to
_ rfc822text (12) -
to
_ s (12) - ungetc (12)
- upto (24)
- write (2)
検索結果
先頭5件
-
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (12214.0) -
依存関係を表す文字列を返します。
...依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。... -
ARGF
. class # printf(format , *arg) -> nil (12213.0) -
C 言語の printf と同じように、format に従い引数を 文字列に変換して処理対象のファイルに出力します。
... printf と同じように、format に従い引数を
文字列に変換して処理対象のファイルに出力します。
c:ARGF#inplace時にのみ使用できます。
また $stdout への代入の影響を受けません。
それ以外は出力先を指定しない形式の Kernel.#print......f と同じです。
@param format フォーマット文字列です。
@param arg フォーマットされる引数です。... -
Gem
:: Requirement # pretty _ print(pp) -> String (12208.0) -
わかりやすい形で、条件を表す文字列を返します。 pp メソッドで出力する際に、内部で用いられます。
...表す文字列を返します。
pp メソッドで出力する際に、内部で用いられます。
@param PP :PP オブジェクトを指定します。
//emlist[][ruby]{
require 'pp'
req = Gem::Requirement.new(["< 5.0", ">= 1.9"])
pp req # => Gem::Requirement.new(["< 5.0", ">= 1.9"])
//}......で、条件を表す文字列を返します。
pp メソッドで出力する際に、内部で用いられます。
@param PP :PP オブジェクトを指定します。
//emlist[][ruby]{
req = Gem::Requirement.new(["< 5.0", ">= 1.9"])
pp req # => Gem::Requirement.new(["< 5.0", ">= 1.9"])
//}... -
OpenSSL
:: BN # pretty _ print(pp) (12208.0) -
Kernel.#pp でオブジェクトの内容を出力するときに、内部で呼ばれるメソッドです。
...nel.#pp でオブジェクトの内容を出力するときに、内部で呼ばれるメソッドです。
//emlist[][ruby]{
require 'pp'
require 'openssl'
pp 5.to_bn #=> #<OpenSSL::BN 5>
pp (-5).to_bn #=> #<OpenSSL::BN -5>
//}
@param pp PP クラスのインスタンスオブジェクト......Kernel.#pp でオブジェクトの内容を出力するときに、内部で呼ばれるメソッドです。
//emlist[][ruby]{
require 'openssl'
pp 5.to_bn #=> #<OpenSSL::BN 5>
pp (-5).to_bn #=> #<OpenSSL::BN -5>
//}
@param pp PP クラスのインスタンスオブジェクト... -
IRB
:: OutputMethod # printn(*objs) -> nil (12207.0) -
各 obj を self に出力し、最後に改行を出力します。
...各 obj を self に出力し、最後に改行を出力します。
@param objs 任意のオブジェクトを指定します。... -
Shell
:: Filter # system(command , *opts) -> Shell :: SystemCommand (9219.0) -
command を実行する.
...る.
@param command 実行するコマンドのパスを文字列で指定します。
@param opts command のオプションを文字列で指定します。複数可。
使用例:
require 'shell'
Shell.verbose = false
sh = Shell.new
print sh.system("ls", "-l")
Shell.def_system_comma......nd("head")
sh.system("ls", "-l") | sh.head("-n 3") > STDOUT... -
URI
:: MailTo # to _ mailtext -> String (9125.0) -
URI オブジェクトからメールテキスト文字列を生成します。
...:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext
=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr>
To: ruby-list@ruby-lang.org
Subject: subscribe
Cc: myaddr... -
URI
:: MailTo # to _ rfc822text -> String (9125.0) -
URI オブジェクトからメールテキスト文字列を生成します。
...:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext
=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr>
To: ruby-list@ruby-lang.org
Subject: subscribe
Cc: myaddr... -
PrettyPrint
# text(obj) -> () (9113.0) -
obj を width カラムのテキストとして自身に追加します。
...obj を width カラムのテキストとして自身に追加します。
@param obj 自身に追加するテキストを文字列で指定します。
@param width obj のカラムを指定します。指定されなかった場合、obj.length が利用されます。... -
PrettyPrint
# text(obj , width = obj . length) -> () (9113.0) -
obj を width カラムのテキストとして自身に追加します。
...obj を width カラムのテキストとして自身に追加します。
@param obj 自身に追加するテキストを文字列で指定します。
@param width obj のカラムを指定します。指定されなかった場合、obj.length が利用されます。...