class RBS::AST::Directives::Use::WildcardClause

Attributes

location[R]
namespace[R]

Public Class Methods

new(namespace:, location:) click to toggle source
# File rbs-3.1.0/lib/rbs/ast/directives.rb, line 23
def initialize(namespace:, location:)
  @location = location
  @namespace = namespace
end