SciRuby / nmatrix

Dense and sparse linear algebra library for Ruby via SciRuby
Other
469 stars 133 forks source link

fix ruby 2.7 keyword parameters warning #634

Open pquimo opened 2 years ago

pquimo commented 2 years ago

Line 203 in shortcuts.rb gives this warning: "Using the last argument as keyword parameters is deprecated". Just splat it instead now.