module GH::Case

Private Instance Methods

respond_to(method) click to toggle source
# File lib/gh/case.rb, line 5
def respond_to(method) proc { |o| o.respond_to? method } end