eturk/marvin

View on GitHub
lib/marvin/ast/greater_than.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Marvin
  module AST

    # For equality of expressions.
    class GreaterThan < Test
    end
  end
end