module STDOUT

Public Class Methods

tty?() click to toggle source
# File todo/bin/todo, line 79
def STDOUT.tty?
  true
end