Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Money.divide/2 splits a Money into a list of Money #22

Merged
merged 1 commit into from May 25, 2016

Conversation

andrewtimberlake
Copy link
Collaborator

Builds off #21
Reference #9

iex> Money.new(100, :USD) |> Money.div(2)
[%Money{amount: 50, currency: :USD}, %Money{amount: 50, currency: :USD}]

@liuggio liuggio merged commit 2b796ce into elixirmoney:master May 25, 2016
@andrewtimberlake andrewtimberlake deleted the feature/divide_to_list branch May 25, 2016 16:00
Fs02 pushed a commit to Fs02/money that referenced this pull request Nov 12, 2016
add phone to restaurant

Closes elixirmoney#22

See merge request !9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants