removed comments

This commit is contained in:
chhavikirtani2000 2020-03-28 21:34:12 +05:30 committed by Torsten Rüger
parent 5bef23d6e1
commit 055a4d622b
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ module Parfait
def initialize( len )
super()
@char_length = 0
#@str=str1
#@prefix=prefix1
raise "Must init with int, not #{len.class}" unless len.kind_of? ::Integer
raise "Must init with positive, not #{len}" if len < 0
fill_to( len , 32 ) unless len == 0 #32 being ascii space