Skip to content

Commit

Permalink
Support 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Jun 28, 2024
1 parent a7509e9 commit 14cdd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/orthoses/exclude_rbs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def call

def add_signature_as_known(rbs)
buffer, directives, decls = ::RBS::Parser.parse_signature(rbs)
Utils.rbs_environment.add_signature(buffer:, directives:, decls:)
Utils.rbs_environment.add_signature(buffer: buffer, directives: directives, decls: decls)
end
end
end

0 comments on commit 14cdd6b

Please sign in to comment.