# File lib/flexirecord.rb, line 920 920: def [](*key) 921: synchronize do 922: return @data_hash[key] 923: end 924: end