8 lines
191 B
Ruby
8 lines
191 B
Ruby
|
include T('default/module')
|
||
|
|
||
|
def init
|
||
|
sections :header, :box_info, :pre_docstring, T('docstring'),
|
||
|
:method_summary, [:item_summary],
|
||
|
:method_details_list, [T('method_details')]
|
||
|
end
|