Navigation Menu

Skip to content

Commit

Permalink
Params shuold not be omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 30, 2015
1 parent 16ef4d0 commit f9bb8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine_node.rb
Expand Up @@ -30,7 +30,7 @@ class EngineNode

attr_reader :name

def initialize(params={})
def initialize(params)
@loop = params[:loop]
@name = params[:name]
@state = params[:state]
Expand Down

0 comments on commit f9bb8cf

Please sign in to comment.