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