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 11da7ec commit a4a96f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine_node.rb
Expand Up @@ -22,7 +22,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 a4a96f7

Please sign in to comment.