Object
# File rbs-1.0.4/lib/rbs/constant.rb, line 7 def initialize(name,, type,, entry)) @name = name @type = type @entry = entry end
# File rbs-1.0.4/lib/rbs/constant.rb, line 13 def ==(other) other.is_a?(Constant) && other.name == name && other.type == type && other.entry == entry end
# File rbs-1.0.4/lib/rbs/constant.rb, line 22 def hash self.class.hash ^ name.hash ^ type.hash ^ entry.hash end
This page was generated for Ruby 3.0.1
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.44.2.