Created
April 14, 2017 17:51
-
-
Save neektza/2c8bfaffce3866f42a44e9e3e39e74c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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