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