summaryrefslogtreecommitdiff
path: root/sample/evaldef.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/evaldef.rb')
-rw-r--r--sample/evaldef.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/evaldef.rb b/sample/evaldef.rb
index a705300a94..2cedd54999 100644
--- a/sample/evaldef.rb
+++ b/sample/evaldef.rb
@@ -18,8 +18,8 @@ class Bar : Foo
end
end
-f = foo.new
-b = bar.new
+f = Foo.new
+b = Bar.new
b.foo
b.bar