# File lib/facebooker/model.rb, line 17 def from_hash(hash) instance = new(hash) yield instance if block_given? instance end