Sha256: 394c1a74965f55c219a9fe4f1393ab711471cb1589393c9508f1a8ab432593be

Contents?: true

Size: 168 Bytes

Versions: 7

Compression:

Stored size: 168 Bytes

Contents

require 'md2man/roff/engine'

module HaveAPI::Fs::Components
  class GroffHelpFile < MdHelpFile
    def read
      Md2Man::Roff::ENGINE.render(super)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
haveapi-fs-0.11.0 lib/haveapi/fs/components/groff_help_file.rb
haveapi-fs-0.10.0 lib/haveapi/fs/components/groff_help_file.rb
haveapi-fs-0.9.0 lib/haveapi/fs/components/groff_help_file.rb
haveapi-fs-0.8.0 lib/haveapi/fs/components/groff_help_file.rb
haveapi-fs-0.7.1 lib/haveapi/fs/components/groff_help_file.rb
haveapi-fs-0.7.0 lib/haveapi/fs/components/groff_help_file.rb
haveapi-fs-0.1.0 lib/haveapi/fs/components/groff_help_file.rb