class RBS::AST::Directives::Use

Attributes

clauses[R]
location[R]

Public Class Methods

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