class RBS::TypeAliasRegularity::Diagnostic
Attributes
nonregular_type[R]
type_name[R]
Public Class Methods
new(type_name:, nonregular_type:)
click to toggle source
# File rbs-3.4.4/lib/rbs/type_alias_regularity.rb, line 8 def initialize(type_name:, nonregular_type:) @type_name = type_name @nonregular_type = nonregular_type end