Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/elasticsearch/extensions/test/cluster.rb

Instance Method Summary collapse

Instance Method Details

#ansi(*args) ⇒ Object

Redefine the ANSI method: do not print ANSI when not running in the terminal



16
17
18
# File 'lib/elasticsearch/extensions/test/cluster.rb', line 16

def ansi(*args)
  STDOUT.tty? ? ANSI.ansi(self, *args) : self
end