for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module Resume
module CLI
module FontHash
module_function
def ===(other)
other.first == :font && other.last.is_a?(Hash)
end