# File lib_ctrl/rucy/params.rb, line 764 def orig_path=(new_path) case (new_path) when String, NilClass # nothing to do. else raise "not a string for orig_path: #{new_path.inspect}" end @attrs['orig_path'] = new_path end