summaryrefslogtreecommitdiff
path: root/sample/attr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/attr.rb')
-rw-r--r--sample/attr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/attr.rb b/sample/attr.rb
index 83265295f3..1d329ea06a 100644
--- a/sample/attr.rb
+++ b/sample/attr.rb
@@ -4,7 +4,7 @@
# #<Foo: @test=10>
class Foo
- attr "test", %TRUE
+ attr "test", TRUE
end
foo = Foo.new