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 @@ -542,11 +542,6 @@ def add_kw_rest_param(name)
params << KwRestParam.new(name)
end

#: -> void
def add_no_kw_param
params << NoKwParam.new
end

#: (String name) -> void
def add_block_param(name)
params << BlockParam.new(name)
Expand Down
Loading