Join Slack
Powered by
<@U0B8U9V0R>: Yes, it's `?.`. Also, since you're r...
# announcements
c
cedric
10/24/2015, 5:47 PM
@vishnurajeevan
: Yes, it's
?.
. Also, since you're repeating
subscriptions
, consider using `with`:
Copy code
with(subscriptions) { add(...) add(...) }
Open in Slack
Previous
Next