Gets.chomp() vs. STDIN.gets.chomp()

What is the difference between gets.chomp() and STDIN.gets.chomp()?

Thanks.