for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module Resume
module CLI
module AlignKey
module_function
def ===(other)
other.first == :align
end