Object
# File rbs-2.0.0/lib/rbs/definition.rb, line 201 def initialize(name:) @name = name end
# File rbs-2.0.0/lib/rbs/definition.rb, line 205 def ==(other) other.is_a?(Singleton) && other.name == name end
# File rbs-2.0.0/lib/rbs/definition.rb, line 211 def hash self.class.hash ^ name.hash end
This page was generated for Ruby 3.1.0
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.