Remove useless interpolation

This commit is contained in:
Markus Schirp 2013-12-07 20:53:56 +01:00
parent 65ddf024bc
commit f5a4093f0b

View file

@ -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