提交 b4ac65aa 编写于 作者: C Carlos Antonio da Silva

Initialize instance variable to remove warning

    actions.rb:34: warning: instance variable @in_group not initialized
上级 a0730e00
......@@ -4,6 +4,10 @@
module Rails
module Generators
module Actions
def initialize(*) # :nodoc:
super
@in_group = nil
end
# Adds an entry into Gemfile for the supplied gem.
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册