# File lib/hammer_cli/options/matcher.rb, line 30
      def attribute_matches_value?(option, attribute, filter)
        get_attribute_value(option, attribute) == filter
      end