class Github::GitData
def trees(options={}, &block)
def trees(options={}, &block) @trees ||= ApiFactory.new('GitData::Trees', current_options.merge(options), &block) end
def trees(options={}, &block) @trees ||= ApiFactory.new('GitData::Trees', current_options.merge(options), &block) end