Method: RemoteObject#buggy_method

Defined in:
lib/rpc/examples/helpers.rb

#buggy_methodObject



8
9
10
# File 'lib/rpc/examples/helpers.rb', line 8

def buggy_method
  raise "This exception is expected."
end