Skip to content

Instantly share code, notes, and snippets.

@loganhasson
Last active August 29, 2015 14:20
Show Gist options
  • Save loganhasson/830e9c59bf9f409c4e82 to your computer and use it in GitHub Desktop.
Save loganhasson/830e9c59bf9f409c4e82 to your computer and use it in GitHub Desktop.
def metro_card(init)
(5.50..60.00).step(0.05).map {|v| v.round(2) if (init + (v*1.11).round(2)) % 2.75 == 0}.compact
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment