Method: ClassRoom::Client::ProxyObject#method_missing

Defined in:
lib/classroom.rb

#method_missing(method, *args) ⇒ Object

Return the ‘real’ class name def class; @class_name; end



232
233
234
# File 'lib/classroom.rb', line 232

def method_missing(method, *args)
  @drbed_object.send(method, *args)
end