# File lib/inline.rb, line 428 def accessor(method, type, member = method) reader method, type, member writer method, type, member end