module GH::Case

def respond_to(method) proc { |o| o.respond_to? method } end

def respond_to(method) proc { |o| o.respond_to? method } end