class TablePrint::Fingerprinter
def passable_columns(hash)
def passable_columns(hash) # get the keys where the value is not an empty hash hash.select { |k, v| v != {} }.collect { |k, v| k } end
def passable_columns(hash) # get the keys where the value is not an empty hash hash.select { |k, v| v != {} }.collect { |k, v| k } end