class Github::API
def initialize(options={}, &block)
Create new API
def initialize(options={}, &block) setup(options) yield_or_eval(&block) if block_given? end
def initialize(options={}, &block) setup(options) yield_or_eval(&block) if block_given? end