module YARD::Templates::Helpers::BaseHelper
def link_include_file(file)
-
(String)
- the file's contents
Parameters:
-
file
(String
) -- the filename to include
Other tags:
- Since: - 0.7.0
def link_include_file(file) File.read(file) end