Object
# File rbs-2.1.0/lib/rbs/annotate/annotations.rb, line 7 def initialize(annotation,, skip_children)) @annotation = annotation @skip_children = skip_children end
# File rbs-2.1.0/lib/rbs/annotate/annotations.rb, line 16 def ==(other) other.is_a?(Skip) && other.skip_children == skip_children && other.annotation == annotation end
# File rbs-2.1.0/lib/rbs/annotate/annotations.rb, line 12 def hash self.class.hash ^ annotation.hash ^ skip_children.hash end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.