class ActiveModel::AttributeSet

def fetch_value(name, &block)

def fetch_value(name, &block)
  self[name].value(&block)
end