# File lib/rabl/helpers.rb, line 57 def is_object?(obj) obj && (!data_object(obj).respond_to?(:map) || !data_object(obj).respond_to?(:each)) end