class RBS::AST::Directives::Use::WildcardClause
Attributes
Public Class Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/ast/directives.rb, line 23 def initialize(namespace:, location:) @location = location @namespace = namespace end
# File bundled-src/rbs-3.10.0/lib/rbs/ast/directives.rb, line 23 def initialize(namespace:, location:) @location = location @namespace = namespace end