17 18 19 20 21
# File 'lib/hashy_object.rb', line 17 def inspect return obj if obj.is_a?(String) return obj.inspect if inspectable? inspectify end