Github::Response
# File lib/github_api/response/xmlize.rb, line 12 def parse(body) case body when '' nil when 'true' true when 'false' false else self.class.parser.call body end end