h = Hash.new { @1[@2] = "Go Fish: #{@1}" }
h = Hash.new { @1[@2] = "Go Fish: #@1" }
Or are positional arguments not working the same way as instance variables wrt to interpolation?
Or are positional arguments not working the same way as instance variables wrt to interpolation?