StandardError
# File rbs-1.0.4/lib/rbs/errors.rb, line 325 def initialize(type,, defs)) @type = type @defs = defs super "#{Location.to_string location}: Recursive aliases in #{type}: #{defs.map(&:name).join(", ")}" end
# File rbs-1.0.4/lib/rbs/errors.rb, line 332 def location first_def = defs.first or raise original = first_def.original or raise original.location 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.