# File lib/monkey/ext/symbol.rb, line 4
      def ~@
        Monkey::Matcher.new do |obj|
          obj.respond_to?(self)
        end
      end