# File lib/pry/wrapped_module.rb, line 75 def nonblank_name if name.to_s == "" wrapped.inspect else name end end