# File lib/facets/core/kernel/respond.rb, line 9
  def respond(sym, *args)
    return nil if not respond_to?(sym, *args)
    send(sym, *args)
  end