Object
# File rbs-1.0.4/lib/rbs/definition.rb, line 192 def initialize(name)) @name = name end
# File rbs-1.0.4/lib/rbs/definition.rb, line 196 def ==(other) other.is_a?(Singleton) && other.name == name end
# File rbs-1.0.4/lib/rbs/definition.rb, line 202 def hash self.class.hash ^ name.hash end
This page was generated for Ruby 3.0.1
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.2.