RubyFlow The Ruby and Rails community linklog

Using singleton objects as default arguments in Ruby

Have you ever seen this technique?

  NOT_PROVIDED = Object.new
  def bar(one, two: NOT_PROVIDED)

Read more about it

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in