RBS::AST::Declarations::Base
# File rbs-1.0.4/lib/rbs/ast/declarations.rb, line 355 def initialize(name,, type,, annotations,, location,, comment)) @name = name @type = type @annotations = annotations @location = location @comment = comment end
# File rbs-1.0.4/lib/rbs/ast/declarations.rb, line 363 def ==(other) other.is_a?(Alias) && other.name == name && other.type == type end
# File rbs-1.0.4/lib/rbs/ast/declarations.rb, line 371 def hash self.class.hash ^ name.hash ^ type.hash end
# File rbs-1.0.4/lib/rbs/ast/declarations.rb, line 375 def to_json(*a) { declaration: :alias, name: name, type: type, annotations: annotations, location: location, comment: comment }.to_json(*a) 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.