Class: ReadmeYard::SourceTag

Inherits:
Object
  • Object
show all
Defined in:
lib/readme_yard/source_tag.rb

Overview

@readme source - Embeds the source.

Class Method Summary collapse

Class Method Details

.format_tag_markdown(yard_object, _tag) ⇒ Object

The following tag embeds this method's source.

source



13
14
15
# File 'lib/readme_yard/source_tag.rb', line 13

def format_tag_markdown(yard_object, _tag)
  ExampleTag.format_ruby(yard_object.source)
end