# File lib/plugins/tf/comment_test_input.rb, line 5
  def self.argument_matches? argument
    if argument =~ /_comment_test\.sh$/ && File.exist?(argument)
      [:load, :input]
    else
      nil
    end
  end