From bcd84ec799d6a7e57c66855e995c6529f79f2700 Mon Sep 17 00:00:00 2001 From: Tomohiro Nishimura Date: Wed, 24 Mar 2010 15:16:27 +0900 Subject: [PATCH] change default options for square_root_arithmetic generator --- lib/mint/generator/square_root_arithmetic.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/mint/generator/square_root_arithmetic.rb b/lib/mint/generator/square_root_arithmetic.rb index 8dc54c1..0d2c6f3 100644 --- a/lib/mint/generator/square_root_arithmetic.rb +++ b/lib/mint/generator/square_root_arithmetic.rb @@ -38,10 +38,10 @@ module Mint::Generator private option :min, 0 - option :max, 30 - option :operators, %w[ + - ] + option :max, 20 + option :operators, %w[ * ] option :use_power, false - option :single_term_min, 1 + option :single_term_min, 2 option :single_term_max, 2 def operand -- 2.11.0