class Aruba::Platforms::UnixPlatform

def simple_table(hash, opts = {})

Transform hash to a string table which can be output on stderr/stdout
def simple_table(hash, opts = {})
  SimpleTable.new(hash, opts).to_s
end