Class: OOP::Value

Inherits:
Object
  • Object
show all
Includes:
Tools
Defined in:
lib/oop/value.rb

Instance Method Summary collapse

Methods included from Tools

included

Instance Method Details

#==(other) ⇒ Object



8
9
10
# File 'lib/oop/value.rb', line 8

def ==(other)
  @opts == other.instance_variable_get(:@opts)
end