Rename Eth::Client::Http/HttpAuth/Ipc#send
method to send_request
?
#171
Labels
help wanted
Extra attention is needed
low priority
Some day maybe
refactor
Improving the architecture
Sometimes I try call
send
method directly i.e. now, I sendeth_client.send(:call_payload, ...)
to get encoded value for next step.And @q9f what do you think about it?
Can I rewrite
Eth::Client::_child_#send
methods to something likesend_request
?We also can use
object.__send__
method right now, but it's not obviousThe text was updated successfully, but these errors were encountered: