class HaveAPI::Fs::Components::GroffHelpFile

Public Instance Methods

read() click to toggle source
Calls superclass method
# File lib/haveapi/fs/components/groff_help_file.rb, line 5
def read
  Md2Man::Roff::ENGINE.render(super)
end