992件ヒット
[1-100件を表示]
(0.129秒)
ライブラリ
- ビルトイン (247)
-
cgi
/ core (12) - date (12)
-
irb
/ cmd / help (12) -
irb
/ cmd / load (36) -
irb
/ context (48) - json (72)
- mkmf (12)
- nkf (12)
- pathname (12)
- prime (24)
- rake (24)
-
rexml
/ document (228) -
rubygems
/ gem _ path _ searcher (12) - uri (72)
クラス
-
ARGF
. class (12) - CGI (12)
- Date (12)
- Encoding (24)
- Enumerator (24)
- File (24)
- Float (11)
-
Gem
:: GemPathSearcher (12) - IO (12)
-
IRB
:: Context (48) -
IRB
:: ExtendCommand :: Help (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) - Integer (24)
-
JSON
:: State (24) - Module (24)
- Object (12)
- Pathname (12)
-
Prime
:: EratosthenesGenerator (24) -
REXML
:: CData (12) -
REXML
:: Child (12) -
REXML
:: DocType (12) -
REXML
:: Document (24) -
REXML
:: Element (60) -
REXML
:: Text (60) -
Rake
:: Application (12) -
Rake
:: FileList (12) -
RubyVM
:: InstructionSequence (20) - String (48)
-
URI
:: MailTo (24)
モジュール
- JSON (24)
-
JSON
:: Generator :: GeneratorMethods :: Object (12) -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) - Kernel (24)
-
REXML
:: Security (24) - URI (48)
キーワード
- ExternalEntity (12)
-
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 3
. 1 . 0 (4) - NKF (12)
- Text (12)
-
add
_ loader (12) -
bigdecimal
/ newton (12) -
create
_ makefile (12) -
default
_ external (12) -
default
_ external= (12) - dirname (12)
-
drb
/ extservm (12) -
each
_ element _ with _ text (12) -
entity
_ expansion _ text _ limit (24) -
entity
_ expansion _ text _ limit= (24) - execute (48)
- extend (12)
-
extend
_ object (12) - extended (12)
-
external
_ encoding (12) -
external
_ id (12) - extname (12)
- extract (48)
-
from
_ state (12) -
get
_ text (12) - header (12)
-
inplace
_ mode= (12) -
json
_ create (12) -
lib
_ dirs _ for (12) -
load
_ from _ binary _ extra _ data (10) - new (36)
- next (48)
- next! (12)
-
next
_ element (12) -
next
_ float (11) -
next
_ sibling= (12) -
next
_ values (12) -
next
_ year (12) - open (12)
- parser (12)
-
prompt
_ mode (12) -
prompt
_ mode= (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ ext (12) -
rubygems
/ ext / builder (12) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) - state (12)
-
sub
_ ext (12) - succ (36)
- succ! (12)
- text (12)
- text= (12)
-
to
_ binary (10) -
to
_ json (12) -
to
_ mailtext (12) -
to
_ rfc822text (12) -
to
_ s (12) - unnormalize (12)
-
use
_ readline (12) -
use
_ readline? (12) - value (12)
- value= (12)
検索結果
先頭5件
-
Rake
:: FileList # ext(newext = & # 39;& # 39;) -> Rake :: FileList (24335.0) -
各要素に String#ext を適用した新しい Rake::FileList を返します。
...String#ext を適用した新しい Rake::FileList を返します。
//emlist[][ruby]{
# Rakefile での記載例とする
IO.write("test1.rb", "test")
IO.write("test2.rb", "test")
task default: :test_rake_app
task :test_rake_app do
file_list = FileList.new("test1.rb", "test2.rb", "test3.rb")......file_list.ext(".erb") # => ["test1.erb", "test2.erb", "test3.erb"]
end
//}
@see String#ext... -
rubygems
/ ext / ext _ conf _ builder (24000.0) -
extconf.rb を元にして拡張ライブラリをビルドするためのクラスを扱うライブラリです。
...extconf.rb を元にして拡張ライブラリをビルドするためのクラスを扱うライブラリです。... -
RubyVM
:: InstructionSequence . load _ from _ binary _ extra _ data(binary) -> String (18306.0) -
バイナリフォーマットの文字列から埋め込まれたextra_dataを取り出します。
...埋め込まれたextra_dataを取り出します。
//emlist[例][ruby]{
iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
binary = iseq.to_binary("extra_data")
RubyVM::InstructionSequence.load_from_binary_extra_data(binary) # => extra_data
//}
@see RubyVM::InstructionSequence#to_binary... -
rubygems
/ ext (18000.0) -
拡張ライブラリをビルドするためのライブラリです。
拡張ライブラリをビルドするためのライブラリです。 -
rubygems
/ ext / builder (18000.0) -
拡張ライブラリをビルドするためのクラスを扱うライブラリです。
拡張ライブラリをビルドするためのクラスを扱うライブラリです。 -
rubygems
/ ext / configure _ builder (18000.0) -
configure スクリプトを元に拡張ライブラリをビルドするクラスを扱うライブラリです。
configure スクリプトを元に拡張ライブラリをビルドするクラスを扱うライブラリです。 -
rubygems
/ ext / rake _ builder (18000.0) -
Rake を使用して拡張ライブラリをビルドするためのクラスを扱うライブラリです。
Rake を使用して拡張ライブラリをビルドするためのクラスを扱うライブラリです。 -
URI
:: MailTo # to _ mailtext -> String (15236.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 (15236.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...