Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Last active December 29, 2015 23:59
Show Gist options
  • Select an option

  • Save luckyruby/7746384 to your computer and use it in GitHub Desktop.

Select an option

Save luckyruby/7746384 to your computer and use it in GitHub Desktop.
def account_id_32(getRequest)
players_list(getRequest).map do |x|
{ id: x["account_id"],
hero_id: x["hero_id"],
player_slot: x["player_slot"]
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment