class Github::API
def _extract_parameters(array)
def _extract_parameters(array) if array.last.is_a?(Hash) && array.last.instance_of?(Hash) pop else {} end end
def _extract_parameters(array) if array.last.is_a?(Hash) && array.last.instance_of?(Hash) pop else {} end end