Brian Ford
Results
1
comments of
Brian Ford
Would it be possible to use an **options hash** (Ruby 1.x) or **keyword arguments** (Ruby 2.x) instead of positional arguments? For example: ``` # Positional arguments msg = SendGrid::Mail.create_single_email(from, to,...