Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/rbi/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -552,11 +552,6 @@ def add_block_param(name)
params << BlockParam.new(name)
end

#: -> void
def add_forwarding_param
params << ForwardingParam.new
end

#: (
#| ?params: Array[SigParam]?,
#| ?return_type: (String | Type),
Expand Down
Loading