Method: Lino::Model::EnvironmentVariable#==

Defined in:
lib/lino/model/environment_variable.rb

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



33
34
35
36
# File 'lib/lino/model/environment_variable.rb', line 33

def ==(other)
  self.class == other.class &&
    state == other.state
end