Skip to content

Replaced class and instance level send#1479

Merged
mperham merged 1 commit intosidekiq:masterfrom
seanpdoyle:master
Feb 14, 2014
Merged

Replaced class and instance level send#1479
mperham merged 1 commit intosidekiq:masterfrom
seanpdoyle:master

Conversation

@seanpdoyle
Copy link
Contributor

Replaced with __send__ from std lib

  • send can now be overridden to be more semantically meaningful
    • message.send(user_id) as opposed to message.send_message(user_id)
  • __send__ makes it clear that the reflective version is intended

Replaced with `__send__` from std lib

* `send` can now be overridden to be more semantically meaningful
  * `message.send(user_id)` as opposed to `message.send_message(user_id)`
* `__send__` makes it clear that the reflective version is intended
mperham added a commit that referenced this pull request Feb 14, 2014
Replaced class and instance level `send`
@mperham mperham merged commit f6de1fa into sidekiq:master Feb 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants