Method: HaveAPI::Fs::Components::HtmlHelpFile#read

Defined in:
lib/haveapi/fs/components/html_help_file.rb

#readObject



13
14
15
16
17
# File 'lib/haveapi/fs/components/html_help_file.rb', line 13

def read
  layout(@layout) do
    @template.result(binding)
  end
end