h = { 'huy' => '123', 'pizda' => '456'} puts "Вводи епта"p gets.chomp.split(/\s+/).map { |w| h[w] }.compact
huy pizda
Standard output is empty
prog.rb:6: invalid multibyte char (US-ASCII) prog.rb:6: invalid multibyte char (US-ASCII)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!