Remove useless interpolation
This commit is contained in:
parent
65ddf024bc
commit
f5a4093f0b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module Mutant
|
|||
# @api private
|
||||
#
|
||||
def self.define_named_child(name, index)
|
||||
define_method("#{name}") do
|
||||
define_method(name) do
|
||||
children.at(index)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue