Navigation Menu

Skip to content

Commit

Permalink
Suppress warning for undefined local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 30, 2015
1 parent 678d0de commit 2e5e56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/forward_buffer.rb
Expand Up @@ -41,6 +41,7 @@ def initialize(node_name)
@unpacker = MessagePack::Unpacker.new

@target = node_name
@process_messages_newer_than_timestamp = nil
end

def add(message, destination)
Expand Down

0 comments on commit 2e5e56b

Please sign in to comment.