зеркало из https://github.com/github/ruby.git
[DOC] Fix call-seq for Data.define
This commit is contained in:
Родитель
b726d60c98
Коммит
cada537040
4
struct.c
4
struct.c
|
@ -1662,11 +1662,9 @@ rb_struct_dig(int argc, VALUE *argv, VALUE self)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* define(name, *symbols) -> class
|
||||
* define(*symbols) -> class
|
||||
*
|
||||
* Defines a new \Data class. If the first argument is a string, the class
|
||||
* is stored in <tt>Data::<name></tt> constant.
|
||||
* Defines a new \Data class.
|
||||
*
|
||||
* measure = Data.define(:amount, :unit)
|
||||
* #=> #<Class:0x00007f70c6868498>
|
||||
|
|
Загрузка…
Ссылка в новой задаче