Method: Statsample::Token#==

Defined in:
lib/statsample/formula/formula.rb

#==(other) ⇒ Object Also known as: eql?



212
213
214
215
# File 'lib/statsample/formula/formula.rb', line 212

def ==(other)
  value == other.value &&
    full == other.full
end