class RBS::AST::Directives::Use::WildcardClause
Attributes
location
[R]
loc?
Public Class Methods
(namespace: Namespace, location: loc?) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/ast/directives.rb, line 23 def initialize(namespace:, location:) @location = location @namespace = namespace end