Module: PathnameDeprecations

Included in:
Pathname
Defined in:
rake_modules/monkey_patch_early.rb

Overview

puppet-5.5.10/lib/puppet/file_system/file_impl.rb:80: warning: Using the last argument as keyword parameters is deprecated

Instance Method Summary collapse

Instance Method Details

#read(**opts) ⇒ Object



24
25
26
# File 'rake_modules/monkey_patch_early.rb', line 24

def read(**opts)
  super(**opts)
end