[Source]
# File lib/mack-facets/extensions/nil_class.rb, line 3 3: def to_param 4: raise NoMethodError.new(:to_param) 5: end
[Validate]