Navigation Menu

Skip to content

Commit

Permalink
Remove needless attr_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 6, 2015
1 parent 0ce7d61 commit bc05b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine_node.rb
Expand Up @@ -21,7 +21,7 @@ module Droonga
class EngineNode
include Loggable

attr_reader :name, :forwarder
attr_reader :name

def initialize(name, state, sender_role, loop)
@name = name
Expand Down

0 comments on commit bc05b88

Please sign in to comment.