Class: Hx::Interop::Channel::Get
- Defined in:
- lib/interop/channel.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Blocker
Constructor Details
This class inherits a constructor from Hx::Interop::Channel::Blocker
Instance Method Details
#resolve(value) ⇒ Object
46 47 48 49 |
# File 'lib/interop/channel.rb', line 46 def resolve(value) @value = value super() end |