I want help installing Ruby on a windows 7

I don’t have any programming experience and wanted to give it a shot
with Ruby.
I went to rubyintaller.org and download ruby1.9.3 -p194
It didn’t give me a fxri.exe that my book calls out (Beginning Ruby)do I
need this? And if so where do I find it.
Thx

You don’t need fxri, it’s an ancient tool for browsing Ruby’s
documentation.

You probably want ri (which si the same as fxri, but for command line)
or online docs: Index of Files, Classes & Methods in Ruby 1.9.3 (Ruby 1.9.3)

– Matma R.