Using singleton objects as default arguments in Ruby
Have you ever seen this technique?
NOT_PROVIDED = Object.new def bar(one, two: NOT_PROVIDED)
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Have you ever seen this technique?
NOT_PROVIDED = Object.new def bar(one, two: NOT_PROVIDED)
Post a comment