templates/guide/method/html/header.erb in yard-0.7.5 vs templates/guide/method/html/header.erb in yard-0.8.0

- old
+ new

@@ -1,7 +1,7 @@ <div class="method_header"> - <% if options[:in_module] %> + <% if options.in_module %> <% if object.constructor? %> <em>self.</em><span class="path"><strong>new</strong></span><big>(</big><%= format_args(object) %><big>)</big> <%= format_block(object) %> <% else %> <em><%= object.scope == :class ? 'self.' : '' %></em><span class="path"><strong><%= object.is_attribute? ? object.name.to_s.sub(/=$/, '') : object.name %></strong></span><% if object.is_attribute? %> <% rw = object.attr_info %> @@ -9,10 +9,10 @@ <% elsif rw && !rw[:read] && rw[:write] %><span class="writeonly">writeonly</span> <% end %> <% else %><big>(</big><%= format_args(object) %><big>)</big> <%= format_block(object) %><% end %> <% end %> <% else %> - <em>def</em> <span class="path space"><%= options[:including_object].relative_path(object.namespace) %><big><%= object.send(:sep) %></big><strong><%= object.name %></strong></span><big>(</big><%= format_args(object) %><big>)</big> <%= format_block(object) %> + <em>def</em> <span class="path space"><%= options.including_object.relative_path(object.namespace) %><big><%= object.send(:sep) %></big><strong><%= object.name %></strong></span><big>(</big><%= format_args(object) %><big>)</big> <%= format_block(object) %> <% end %> <% if object.has_tag?(:since) && object.namespace.tag(:since) != object.tag(:since) %><span class="since">since <%= object.tag(:since).text %></span><% end %> </div> <div class="method_body"><%= yieldall %></div> \ No newline at end of file