summaryrefslogtreecommitdiff
path: root/lib/set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/set.rb')
-rw-r--r--lib/set.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/set.rb b/lib/set.rb
index edd219b34d..f55d1b7f30 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -421,7 +421,7 @@ class Set
pp.text "}>"
end
- def pretty_print_cycled(pp)
+ def pretty_print_cycle(pp)
pp.text sprintf('#<%s: {%s}>', type.name, empty? ? '' : '...')
end
end
@@ -820,7 +820,7 @@ class TC_Set < Test::Unit::TestCase
# def test_pretty_print
# end
- # def test_pretty_print_cycled
+ # def test_pretty_print_cycle
# end
end