Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>Hello World</Say>
</Response>

Keybase proof

I hereby claim:

  • I am shinsyotta on github.
  • I am shinsyotta (https://keybase.io/shinsyotta) on keybase.
  • I have a public key ASBTiQVYT7JS9JsuYY6pTNh77f-Xc9cQvBdIB0TQHSetdQo

To claim this, I am signing this object:

@shinsyotta
shinsyotta / gist:1cd24eee758d84d20398
Created July 17, 2015 04:32
Seinfeld-based Ruby delegation and dynamic method definitions
# The Class
class CastMember
# The Delegate Method
def get_mad_at(target)
puts "#{name}: What do you think you're doing, #{target.name}?"
target.make_target_of self
end
# The Output