Object
# File rbs-1.0.4/lib/rbs/definition.rb, line 172 def initialize(name,, args,, source)) @name = name @args = args @source = source end
# File rbs-1.0.4/lib/rbs/definition.rb, line 178 def ==(other) other.is_a?(Instance) && other.name == name && other.args == args end
# File rbs-1.0.4/lib/rbs/definition.rb, line 184 def hash self.class.hash ^ name.hash ^ args.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.