# File lib/gh.rb, line 59
  def self.method_missing(*args, &block)
    current.public_send(*args, &block)
  end