Writing some ruby code where I need to compare 2 arrays and return True if the arrays are the same. Wondered how to do this task in different languages
Writing some ruby code where I need to compare 2 arrays and return True if the arrays are the same. Wondered how to do this task in different languages
Recently tasked with building puppet modules using a custom type and provider.
Never had the pleasure before of mocking the output of a Ruby Block.