Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Handle hashes and rescue blocks properly #8

Merged
merged 7 commits into from
Nov 24, 2017

Conversation

tcoenraad
Copy link
Owner

@tcoenraad tcoenraad commented Nov 22, 2017

As @Sybe pointed out, both:

{ collection_date_interval: "a" + 8 + 'a' }

and

def collect_payment
  "a" + 1
(...)
rescue ArgumentError => e
(...)
end

were unsupported. They are now.

@tcoenraad tcoenraad self-assigned this Nov 22, 2017
@tcoenraad tcoenraad force-pushed the handle_hashes_and_rescue_blocks branch from 1008345 to 7673d63 Compare November 22, 2017 13:56
@tcoenraad tcoenraad merged commit 6de4057 into master Nov 24, 2017
@tcoenraad tcoenraad deleted the handle_hashes_and_rescue_blocks branch November 24, 2017 13:49
@tcoenraad tcoenraad mentioned this pull request Nov 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant