Sha256: 103f943c6ed7c523b23ca75931e3891c331ee584a48e85a228a1a8ae41eb54da

Contents?: true

Size: 576 Bytes

Versions: 3

Compression:

Stored size: 576 Bytes

Contents

<div>
  Calling <code><%= @name %></code> <%= @level %> method from
  <code><%= @klass %></code> can dispatch to following methods 
</div>

<% if @last_resort_lookup_used %>
  <div>
    Note: the list of methods below was generated using last resort lookup
    algorithm, i.e. by just looking for named method in any class/module
    currently loaded. 
  </div>
<% end %>

<div>
  <% links = @definitions.
          sort_by { |klass, _, _| klass.to_s }.
          map { |d| full_name_link_to_method(*d) } %>
  <%= content_tag :pre, links.join("\n") %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
reflexive-0.1.2 views/methods_choose.erb
reflexive-0.1.1 views/methods_choose.erb
reflexive-0.1.0 views/methods_choose.erb