るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.034秒)
トップページ > バージョン:2.3.0[x] > クエリ:read[x] > クエリ:name=[x] > 種類:関数[x]

別のキーワード

  1. _builtin read
  2. stringio read
  3. io read
  4. csv read
  5. pathname read

検索結果

void rb_define_attr(VALUE klass, const char *name, int read, int write) (448.0)

クラス klass にメソッド name と name= を定義します。 read が真のときは name を定義し、 write が真のときは name= を定義します。

クラス klass にメソッド name と name= を定義します。
read が真のときは name を定義し、
write が真のときは name= を定義します。