12件ヒット
[1-12件を表示]
(0.167秒)
別のキーワード
検索結果
先頭1件
-
rdoc
/ parser / ruby (38048.0) -
Ruby のソースコードを解析するためのサブライブラリです。
...についても同様に :attr:、 :attr_reader:、 :attr_writer:、
:attr_accessor: を指定する事ができます。属性の名前は省略できます。
##
# :attr_reader: my_attr_name
=== 隠しメソッド、属性
:method:、 :singleton-method: や :attr: 命令を使う事で実......際には定義され
ていないメソッドもドキュメントに含める事ができます。
##
# :attr_writer: ghost_writer
# There is an attribute here, but you can't see it!
##
# :method: ghost_method
# There is a method here, but you can't see it!
##
# this is a commen...