# your code goes here def File.readf(file) read join(expand_path(dirname __FILE__), file) end puts File.readf "prog.rb"
Standard input is empty
# your code goes here def File.readf(file) read join(expand_path(dirname __FILE__), file) end puts File.readf "prog.rb"