1025件ヒット
[1001-1025件を表示]
(0.069秒)
種類
- インスタンスメソッド (960)
- 文書 (29)
- 特異メソッド (24)
- モジュール (12)
クラス
-
Net
:: FTP (24) -
RSS
:: ImageFaviconModel :: ImageFavicon (96) -
RSS
:: ImageItemModel :: ImageItem (168) -
RSS
:: Maker :: ImageBase (120) -
RSS
:: Maker :: RSSBase (12) -
RSS
:: RDF (24) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Channel :: Image (24) -
RSS
:: RDF :: Channel :: ImageFavicon (96) -
RSS
:: RDF :: Image (120) -
RSS
:: Rss (12) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: Image (144) -
URI
:: FTP (24)
モジュール
-
CGI
:: HtmlExtension (24) -
RSS
:: ImageFaviconModel (24) -
RSS
:: ImageItemModel (24)
キーワード
- ImageModelUtils (12)
-
NEWS for Ruby 3
. 0 . 0 (5) - about (48)
- about= (48)
- binary (12)
- binary= (12)
- build (24)
- date (48)
- date= (48)
- description (24)
- description= (24)
- height (36)
- height= (36)
- image= (36)
-
image
_ favicon (12) -
image
_ favicon= (12) -
image
_ height (12) -
image
_ height= (12) -
image
_ item (12) -
image
_ item= (12) -
image
_ size (24) -
image
_ size= (24) -
image
_ width (12) -
image
_ width= (12) - link (24)
- link= (24)
- resource (24)
- resource= (24)
-
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) - size (24)
- size= (24)
- title (36)
- title= (36)
- url (36)
- url= (36)
- width (36)
- width= (36)
検索結果
-
Net
:: FTP # binary -> bool (22.0) -
Net::FTP#put, Net::FTP#get による転送を バイナリモード(IMAGE)で行うかどうかを返します。
...る転送を
バイナリモード(IMAGE)で行うかどうかを返します。
デフォルトの値は true です。
偽の場合、テキストモード(ASCII)が仮定されます。
EBCDIC や LOCAL など他の表現タイプはサポートされていません。
@see Net::FTP#binary=... -
NEWS for Ruby 3
. 0 . 0 (18.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...rue` is used. 17104
* Magic comment `shareable_constant_value` added to freeze constants.
See {Magic Comments}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
17273
* A {static analysis}[rdoc-label:label-Static+analysis] foundation is
introduced.
* {RBS}[rdo......on uses only methods ending with `!`.
* Ractor compatible.
* Improved support for YAML. 8382
* Use officially discouraged. Read OpenStruct@Caveats section.
* Pathname
* Ractor compatible.
* Psych
* Update to Psych 3.3.0
* This version is Ractor compatible.
* Reline......ory view interface [EXPERIMENTAL]
* The memory view interface is a C-API set to exchange a raw memory area, such as a numeric array or a bitmap image, between extension libraries. The extension libraries can share also the metadata of the memory area that consists of the shape, the element forma... -
ruby 1
. 8 . 3 feature (18.0) -
ruby 1.8.3 feature *((<ruby 1.8 feature>)) *((<ruby 1.8.2 feature>))
...y-talk:144741>))
class Fred
@@foo = 99
def foo
@@foo
end
end
def Fred.foo
@@foo = 101 #=> @@foo は Fred クラスのクラス変数ではない。
end
def Fred.foo_foo
class_variable_set(:@@foo, 101) # self が Fred ク......ラス自身であることに注意。クラス変数 @@foo に値をセットする。
end
Fred.foo # メソッドを呼んでも、Fred クラスのクラス変数 @@foo は変わらない。
p Fred.new.foo #=> 99
Fred.foo_foo #
p Fred.new.foo #......et_string_list [lib] [new]
追加。((<ruby-talk:129732>))
=== 2005-02-04
: RSS Parser/Maker [lib] [new]
((<Imageモジュール|URL:http://web.resource.org/rss/1.0/modules/image/>))のサポート
=== 2005-02-03
: RSS::Element#convert(value) [lib] [new]
valueのエンコーディング...