# File lib/rotp/arguments.rb, line 6 def initialize(filename, arguments) @filename = filename @arguments = Array(arguments) end