Shortest code for read one line of input

Hello Guys,
what’s shortest code in Groovy for read of one line from standard input?
Mine is:
line = new Scanner(System.in).nextLine()