Fix problem with rule calculation

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2003-12-25 19:59:39 +00:00
Родитель 3e16f5a3f0
Коммит 11edb88f70
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -89,6 +89,8 @@ module SM
end
def accept_rule(am, fragment)
size = fragment.param
size = 10 if size > 10
@res << Rule.new(size)
end