Class: HaveAPI::Fs::Components::GroffHelpFile
- Inherits:
-
MdHelpFile
- Object
- HaveAPI::Fs::Component
- File
- HelpFile
- MdHelpFile
- HaveAPI::Fs::Components::GroffHelpFile
- Defined in:
- lib/haveapi/fs/components/groff_help_file.rb
Instance Attribute Summary
Attributes inherited from HaveAPI::Fs::Component
#atime, #context, #ctime, #mtime
Instance Method Summary collapse
Methods inherited from MdHelpFile
Methods inherited from HelpFile
Methods inherited from File
#file?, #raw_close, #raw_open, #raw_read, #raw_sync, #raw_truncate, #raw_write, #size, #write
Methods inherited from HaveAPI::Fs::Component
#abspath, #bound=, #bound?, children_reader, component, #contents, #directory?, #executable?, #file?, #find, inherited, #initialize, #invalid?, #invalidate, #parent, #path, #readable?, #reset, #setup, #times, #title, #unsaved?, #use, #writable?
Constructor Details
This class inherits a constructor from HaveAPI::Fs::Components::MdHelpFile
Instance Method Details
#read ⇒ Object
5 6 7 |
# File 'lib/haveapi/fs/components/groff_help_file.rb', line 5 def read Md2Man::Roff::ENGINE.render(super) end |