summaryrefslogtreecommitdiff
path: root/sample/export.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/export.rb')
-rw-r--r--sample/export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/export.rb b/sample/export.rb
index 2d05d8afd7..750b5c1948 100644
--- a/sample/export.rb
+++ b/sample/export.rb
@@ -28,7 +28,7 @@ f.printf "%s\n", Foo
f.quux
-class Bar : Foo
+class Bar<Foo
def quux
super
baz()