Sha256: 818731813800e3755f77f5b45f3729f49e82de69db109070a3ba9f55120a788c

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

## Dynamic Method Handling

This class handles dynamic methods through the `method_missing` method
<% if @mm.namespace != object %>
in the class <%= linkify @mm, @mm.namespace.path %>
<% end %>

<% if @mm.namespace == object %>
<%= yieldall :object => @mm, :index => 0 %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yard-to_mkdocs-0.1.1 lib/yard/to_mkdocs/default/module/html/methodmissing.erb
yard-to_mkdocs-0.1.0 lib/yard/to_mkdocs/default/module/html/methodmissing.erb