23 24 25 26
# File 'lib/kalculator/validator.rb', line 23 def validate(ast) send(ast.first, *ast) end