class EacRubyUtils::Struct
def method_missing(method_name, *arguments, &block)
def method_missing(method_name, *arguments, &block) property_method?(method_name) ? fetch(method_name) : super end
def method_missing(method_name, *arguments, &block) property_method?(method_name) ? fetch(method_name) : super end