6 lines
120 B
Ruby
6 lines
120 B
Ruby
|
include T('default/module/html')
|
||
|
|
||
|
def init
|
||
|
sections :header, :box_info, :pre_docstring, T('docstring'), :children
|
||
|
end
|