Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/get-your-rep/patches.rb

Overview

:nodoc

Instance Method Summary collapse

Instance Method Details

#to_delObject

Wraps a Hash in a Delegation



12
13
14
15
# File 'lib/get-your-rep/patches.rb', line 12

def to_del
  del = Delegation.new
  del << self
end