Skip to content

Commit

Permalink
String#chop: Removed debug statement. (Mine ;-))
Browse files Browse the repository at this point in the history
  • Loading branch information
runpaint committed Jun 5, 2009
1 parent 5616dfa commit a9855df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/string/chop_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
str = ori_str
256.times do |i|
str = str.chop
p str
str.should == ori_str[0, 255 - i]
end
end
Expand Down

0 comments on commit a9855df

Please sign in to comment.