Skip to content

Commit

Permalink
Remove argslist
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosCodes committed Oct 5, 2020
1 parent 0ff0f04 commit 1cebd52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stdlib/yaml/store.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ class YAML::Store < PStore
# Options passed in through `yaml_opts` will be used when converting the store
# to YAML via Hash#to_yaml().
#
# # arglists 💪👽🚨 << Delete this section
# initialize( file_name, yaml_opts = {} )
# initialize( file_name, thread_safe = false, yaml_opts = {} )
#
def initialize: (*untyped o) -> YAML::Store

def dump: (untyped table) -> String
Expand Down

0 comments on commit 1cebd52

Please sign in to comment.