Skip to content

Instantly share code, notes, and snippets.

@neektza
Created April 14, 2017 17:51
Show Gist options
  • Save neektza/2c8bfaffce3866f42a44e9e3e39e74c0 to your computer and use it in GitHub Desktop.
Save neektza/2c8bfaffce3866f42a44e9e3e39e74c0 to your computer and use it in GitHub Desktop.
class Cell
def initialize(subject, options, actor_options)
# ... bunch of other stuff ...
(options[:proxy_class] || Proxy::Cell).new(
@actor.mailbox, @actor.proxy, @subject.class.to_s)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment