# File estraierpure.rb, line 264 def set_max(max) Utility::check_types({ max=>Integer }) if $DEBUG @max = max if(max >= 0) nil end