hako / blackboard-dl

📚💻 Downloads lectures and workshops automagically.
MIT License
8 stars 2 forks source link

CLI: Convert Indexable#at to Indexable#values_at #5

Closed ocelotsloth closed 4 years ago

ocelotsloth commented 4 years ago

closes #4

Crystal removed the Indexable#at method at some point since 0.24.1.

This patch changes the call to Indexable#values_at

Signed-off-by: Mark Stenglein mark@stengle.in