class Toys::Utils::Terminal

def <<(str)

Returns:
  • (self) -

Parameters:
  • str (String) -- The line to write
def <<(str)
  puts(str)
end