Navigation Menu

Skip to content

Commit

Permalink
Add missing #close
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 17, 2014
1 parent d0f59ff commit a4cf201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/droonga/fluent_message_receiver.rb
Expand Up @@ -162,6 +162,10 @@ def initialize(io, &on_message)
end
end

def close
@io.close
end

private
def feed(data)
@unpacker.feed_each(data) do |object|
Expand Down

0 comments on commit a4cf201

Please sign in to comment.