# File lib/more/facets/module/attr.rb, line 22 def attr_switch_accessor(*args) attr_reader!(*args) + attr_writer!(*args) end