yard_klippstein_template 0.0.35 → 0.0.36
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/default/module/setup.rb +1 -1
- data/version.rb +1 -1
- metadata +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
def init
|
3
|
-
sections :header, :box_info, :children,
|
3
|
+
sections :header, :box_info, :children, T('docstring'),
|
4
4
|
:attribute_summary, [:item_summary], :inherited_attributes,
|
5
5
|
:method_summary, [:item_summary], :inherited_methods,
|
6
6
|
:constant_summary, [T('docstring')], :inherited_constants,
|
data/version.rb
CHANGED