Method: Handshake::Proxy#proxied_class

Defined in:
lib/handshake.rb

#proxied_classObject

Returns the class of the proxied object.



510
511
512
# File 'lib/handshake.rb', line 510

def proxied_class
  @proxied.class
end