Submission Status: Passed
Submitted for: January 29 - Implementing the Null Object Pattern in Ruby
Submitted at: August 01, 2017
class NullClass def method_missing(name, *args, &block) self end def respond_to_missing?(name, include_private = false) name.to_s || super end end
devCamp does not support ancient browsers.
Install a modern version for best experience.