class Byebug::Frame

def deco_class


+callstyle+ setting is 'short'
Returns the current class in the frame or an empty string if the current
def deco_class
  Setting[:callstyle] == "short" || _class.to_s.empty? ? "" : "#{_class}."
end