RBS::AST::Declarations::Base
# File rbs-2.1.0/lib/rbs/ast/declarations.rb, line 315 def initialize(name,, type,, location,, comment)) @name = name @type = type @location = location @comment = comment end
# File rbs-2.1.0/lib/rbs/ast/declarations.rb, line 322 def ==(other) other.is_a?(Constant) && other.name == name && other.type == type end
# File rbs-2.1.0/lib/rbs/ast/declarations.rb, line 330 def hash self.class.hash ^ name.hash ^ type.hash end
# File rbs-2.1.0/lib/rbs/ast/declarations.rb, line 334 def to_json(state = _ = nil) { declaration: :constant, name: name, type: type, location: location, comment: comment }.to_json(state) end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.