roperzh/groff_parser

View on GitHub
lib/groff_parser.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "groff_parser/engine"

# A module to namespace all the classes and methods involved in the
# parsing of the documents

module GroffParser; end