diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-10-08 13:50:50 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-10-08 13:50:50 +0000 |
commit | 3f167b72bdce969f42df0c1488df8018b6f07437 (patch) | |
tree | 553324905c03d3af05b259b50e715c7becf728a0 /test/-ext-/debug/test_profile_frames.rb | |
parent | 6fa584e2a522100e3c3661a302eb21b75a95639c (diff) |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-/debug/test_profile_frames.rb')
-rw-r--r-- | test/-ext-/debug/test_profile_frames.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/debug/test_profile_frames.rb b/test/-ext-/debug/test_profile_frames.rb index cca4607c73..410c2fbe11 100644 --- a/test/-ext-/debug/test_profile_frames.rb +++ b/test/-ext-/debug/test_profile_frames.rb @@ -7,7 +7,7 @@ class SampleClassForTestProfileFrames block.call end end - + def self.bar(block) Sample2.new.baz(block) end |