class TerraformLandscape::Output

def print(output)

Parameters:
  • output (String) -- the output to send
def print(output)
  puts(output, false)
end