Class: Input::Pipe
- Inherits:
-
Object
- Object
- Input::Pipe
- Defined in:
- lib/xify/input/pipe.rb
Instance Method Summary collapse
-
#initialize(config) ⇒ Pipe
constructor
A new instance of Pipe.
- #updates {|Xify::Event.new @author, out| ... } ⇒ Object
Constructor Details
#initialize(config) ⇒ Pipe
Returns a new instance of Pipe.
3 4 5 |
# File 'lib/xify/input/pipe.rb', line 3 def initialize(config) @author = config['author'] end |