Object
# File rbs-2.1.0/lib/rbs/annotate/annotations.rb, line 29 def initialize(annotation,, include: nil, skip: nil) @annotation = annotation @include_source = include @skip_source = skip end
# File rbs-2.1.0/lib/rbs/annotate/annotations.rb, line 39 def ==(other) other.is_a?(Source) && other.annotation == annotation && other.include_source == include_source && other.skip_source == skip_source end
# File rbs-2.1.0/lib/rbs/annotate/annotations.rb, line 35 def hash self.class.hash ^ annotation.hash ^ include_source.hash ^ skip_source.hash end
This page was generated for Ruby 3.1.2
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.