# File lib/hashie/extensions/method_access.rb, line 117 def self.included(base) [MethodReader, MethodWriter, MethodQuery].each do |mod| base.send :include, mod end end