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

属性

location[R]
namespace[R]

公共类方法

new(namespace:, location:) 点击切换源代码
# File rbs-3.8.0/lib/rbs/ast/directives.rb, line 23
def initialize(namespace:, location:)
  @location = location
  @namespace = namespace
end