module Hashie::Extensions::MethodAccess
def self.included(base)
def self.included(base) [MethodReader, MethodWriter, MethodQuery].each do |mod| base.send :include, mod end end
def self.included(base) [MethodReader, MethodWriter, MethodQuery].each do |mod| base.send :include, mod end end