Sha256: b2716d3b32e34ac0bc7dd32c7df199b8792db78a7fa6c6b069afab90b0fdf23a
Contents?: true
Size: 1.28 KB
Versions: 30
Compression:
Stored size: 1.28 KB
Contents
<div class="method_header"> <% 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 %> <% if rw && rw[:read] && !rw[:write] %><span class="readonly">readonly</span> <% 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) %> <% 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>
Version data entries
30 entries across 30 versions & 4 rubygems