# File lib/rbot/core/userdata.rb, line 131 def with_data(user, &block) h = get_data_hash(user) debug h yield h set_data_hash(user, h) return h end