Method: RBS::Types::ClassSingleton#==
- Defined in:
- lib/rbs/types.rb
#==(other) ⇒ Object Also known as: eql?
209 210 211 |
# File 'lib/rbs/types.rb', line 209 def ==(other) other.is_a?(ClassSingleton) && other.name == name end |
209 210 211 |
# File 'lib/rbs/types.rb', line 209 def ==(other) other.is_a?(ClassSingleton) && other.name == name end |