class TerraformLandscape::Output

def tty?

Returns:
  • (true, false) -
def tty?
  @out.respond_to?(:tty?) && @out.tty?
end