Passing arguments through RubyMine

When I used to run a Ruby program through a command line, and want to
pass a text file, I used to simply do: > ruby xyz.txt

How can I do that through RubyMine?

Thanks.