# File lib/rabl/helpers.rb, line 75 def is_object?(obj, follow_symbols = true) obj && !is_collection?(obj, follow_symbols) end