project-eutopia/keisan

View on GitHub
lib/keisan/ast/arithmetic_operator.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Keisan
  module AST
    class ArithmeticOperator < Operator
    end
  end
end