Class: Rx::Observable::AmbObserver

Inherits:
Object
  • Object
show all
Defined in:
lib/rx/operators/multiple.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *args, &block) ⇒ Object



20
21
22
# File 'lib/rx/operators/multiple.rb', line 20

def method_missing(m, *args, &block)
  @observer.method(m).call(*args)
end

Instance Attribute Details

#observerObject

Returns the value of attribute observer.



18
19
20
# File 'lib/rx/operators/multiple.rb', line 18

def observer
  @observer
end