module Github::Result

def body

Returns raw body
def body
  loaded? ? @env[:body] : nil
end