lib/cubecalccrmod/deleted_variables.rb in coderunner-0.13.13 vs lib/cubecalccrmod/deleted_variables.rb in coderunner-0.13.14

- old
+ new

@@ -390,6 +390,16 @@ :must_pass=> [{:test=>"kind_of? Numeric", :explanation=> "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}], :type=>:Float, + :autoscanned_defaults=>[]}, + :dummy_complex=> + {:should_include=>"true", + :description=>nil, + :help=>nil, + :code_name=>:dummy_complex, + :must_pass=> + [{:test=>"kind_of? Complex", + :explanation=>"This variable must be a complex number."}], + :type=>:Complex, :autoscanned_defaults=>[]}}