module YARD::Templates::Helpers::MarkupHelper
def markup_file_contents(contents)
- Since: - 0.6.0
Returns:
-
(String)
- the file contents minus any preprocessing tags
Deprecated:
- Use {CodeObjects::ExtraFileObject#contents} instead
def markup_file_contents(contents) contents =~ MARKUP_FILE_SHEBANG ? $' : contents end