# File lib/mspec/guards/tty.rb, line 7
7:
def
match?
8:
STDOUT
.
tty?
9:
end