class SFRP::Mono::Exp

Attributes

type_str[R]

Public Instance Methods

==(other) click to toggle source
# File lib/sfrp/mono/expression.rb, line 6
def ==(other)
  comp == other.comp
end