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