Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am chessbyte on github.
  • I am chessbyte (https://keybase.io/chessbyte) on keybase.
  • I have a public key ASCKj68CMf9laL3Jh0FQVX1PkCKoD7I_Wdoi5ypY1SmB-go

To claim this, I am signing this object:

@chessbyte
chessbyte / gist:df6e4cb5aa459aa32cb0fc186823e19a
Last active May 21, 2020 18:18
Automate Method Dispatch
diff --git a/lib/miq_automation_engine/engine/miq_ae_engine/drb_remote_invoker.rb b/lib/miq_automation_engine/engine/miq_ae_engine/drb_remote_invoker.rb
index b6d6353..a049bed 100644
--- a/lib/miq_automation_engine/engine/miq_ae_engine/drb_remote_invoker.rb
+++ b/lib/miq_automation_engine/engine/miq_ae_engine/drb_remote_invoker.rb
@@ -9,6 +9,7 @@ module MiqAeEngine
end
def with_server(inputs, bodies, method_name, script_info)
+puts "DrbRemoteInvoker.with_server(inputs=#{inputs.inspect}, bodies=#{bodies.inspect}, method_name=#{method_name.inspect}, script_info=#{script_info.inspect})"
setup if num_methods.zero?

Keybase proof

I hereby claim:

  • I am chessbyte on github.
  • I am chessbyte (https://keybase.io/chessbyte) on keybase.
  • I have a public key whose fingerprint is 779F 845D ADAA 1B16 9434 BAC1 EE2D 3259 1D17 E6F2

To claim this, I am signing this object:

@chessbyte
chessbyte / Pull Requests from a Reviewer Perspective.md
Last active April 6, 2016 21:01
Pull Requests from a Reviewer Perspective

Pull Requests from a Reviewer Perspective

Title

  • The title should tersely describe what is being changed.

Description

  • The description should fully describe what is being changed.
  • More importantly, it should describe why this PR was created.

Picture is worth a Thousand Words