summaryrefslogtreecommitdiffhomepage
path: root/test/t/methods.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2014-04-30 09:50:14 +0900
committerNobuyoshi Nakada <[email protected]>2014-04-30 09:50:14 +0900
commitab67c57f652c7c3a64ec4f4dc73259a14fb1b545 (patch)
treed9535d70ba74920783864fa6372ec471aca5af91 /test/t/methods.rb
parent345f172bba2dc5a6df607dded5c4b95b0e68f9bf (diff)
downloadmruby-ab67c57f652c7c3a64ec4f4dc73259a14fb1b545.tar.gz
mruby-ab67c57f652c7c3a64ec4f4dc73259a14fb1b545.zip
remove trailing spaces
Diffstat (limited to 'test/t/methods.rb')
-rw-r--r--test/t/methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/methods.rb b/test/t/methods.rb
index bbd8ee09d..f9c25dc33 100644
--- a/test/t/methods.rb
+++ b/test/t/methods.rb
@@ -65,7 +65,7 @@ assert('The undef statement', '13.3.7 a) 4)') do
assert_true(existing_method_e, 'Method should be defined')
assert_true(existing_method_f, 'Method should be defined')
- # undefine in all possible ways and check that method
+ # undefine in all possible ways and check that method
# is undefined
undef existing_method_a