diff options
Diffstat (limited to 'variable.c')
| -rw-r--r-- | variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c index b3c74c2596..4c2bc5c97e 100644 --- a/variable.c +++ b/variable.c @@ -196,7 +196,7 @@ is_constant_path(VALUE name) * n::M.name #=> "fake_name::M" * N = n * - * N.name #=> "nested_fake_name" + * N.name #=> "N" * N::M.name #=> "N::M" */ |
