class TerraformLandscape::Output

def self.silent

Returns:
  • (TerraformLandscape::Output) -
def self.silent
  new(File.open(File::NULL, 'w'))
end