47 48 49
# File 'lib/vex/base/object/insp.rb', line 47 def insp self.class == Hash && instance_variables.empty? ? insp_body : super end