Class: Hx::Interop::Channel::Put
- Defined in:
- lib/interop/channel.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(value) ⇒ Put
constructor
A new instance of Put.
Methods inherited from Blocker
Constructor Details
#initialize(value) ⇒ Put
Returns a new instance of Put.
38 39 40 41 |
# File 'lib/interop/channel.rb', line 38 def initialize(value) @value = value super() end |