class {class_name}

    {method}

end

if ARGV.length == {n_features}
    features = ARGV.collect {{ |i| i.to_f }}
	puts {class_name}.{method_name}(features)
end