Skip to content

Commit

Permalink
Add about attr_{reader,writer,accessor}
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Sep 6, 2013
1 parent 5870113 commit 1e2959d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions refm/api/src/_builtin/Proc
Expand Up @@ -286,6 +286,12 @@ Procをカリー化します
その手続オブジェクトが ruby で定義されていない(つまりネイティブ
である)場合は nil を返します。

#@until 1.9.2
[[m:Module.attr_reader]],
[[m:Module.attr_writer]],
[[m:Module.attr_accessor]] で定義されたメソッドには対応していません。
#@end

@see [[m:Method#source_location]]

--- hash -> Integer
Expand Down

0 comments on commit 1e2959d

Please sign in to comment.