new(alias_names:, location:)click to toggle source
# File rbs-2.1.0/lib/rbs/errors.rb, line 423definitialize(alias_names,, location))
@alias_names = alias_names@location = locationsuper"#{Location.to_string location}: Recursive type alias definition found for: #{name}"end
Public Instance Methods
name()click to toggle source
# File rbs-2.1.0/lib/rbs/errors.rb, line 430defname@alias_names.map(&:name).join(', ')
end
This page was generated for Ruby 3.1.2
Generated with Ruby-doc Rdoc Generator 0.42.0.
There is an updated format of the API docs for this version here.