Fix typo in Delegation#delegate_missing_to doc [skip ci]

This commit is contained in:
Anton Davydov 2016-08-27 14:47:17 +03:00
parent 187aad6a7a
commit aa595909bf

@ -256,7 +256,7 @@ def delegate(*methods, to: nil, prefix: nil, allow_nil: nil)
# end
# end
#
# The target can be anything callable withing the object. E.g. instance
# The target can be anything callable within the object. E.g. instance
# variables, methods, constants ant the likes.
def delegate_missing_to(target)
target = target.to_s